Skip to content

Commit 5f6c87a

Browse files
EmmaQiaoChdominicshanshan
authored andcommitted
[None][infra] Skip failed tests for release branch (NVIDIA#7130)
Signed-off-by: qqiao <qqiao@nvidia.com> Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com>
1 parent 5a253c8 commit 5f6c87a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/_torch/multi_gpu_modeling/test_deepseek.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def similar(a, b, threshold=0.9):
1717
return SequenceMatcher(None, a, b).ratio() >= threshold
1818

1919

20+
@pytest.mark.skip(reason="https://nvbugs/5470782")
2021
@pytest.mark.parametrize("model_name", ["DeepSeek-V3-Lite"],
2122
ids=["deepseekv3_lite"])
2223
@pytest.mark.parametrize("backend", ["TRTLLM"], ids=["trtllm"])

0 commit comments

Comments
 (0)