Skip to content

Commit 441edf1

Browse files
authored
[None][infra] Skip failed tests for release branch (#7130)
Signed-off-by: qqiao <[email protected]>
1 parent 9eac744 commit 441edf1

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)