Skip to content

Commit ce381d6

Browse files
authored
[None][infra] Waive failed cases for main on 0929 (#8053)
Signed-off-by: qqiao <[email protected]>
1 parent 7f1e2db commit ce381d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,6 @@ accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_nvfp4_4gpus[moe_backe
355355
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_4gpus[ep4-trtllm-auto] SKIP (https://nvbugs/5541494)
356356
accuracy/test_llm_api_pytorch.py::TestQwen3_30B_A3B::test_nvfp4[dep4_latency_moe_trtllm-torch_compile=False] SKIP (https://nvbugs/5541494)
357357
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_nvfp4_4gpus[moe_backend=TRTLLM-mtp_nextn=2-tp4-fp8kv=True-attention_dp=True-cuda_graph=True-overlap_scheduler=True-torch_compile=False] SKIP (https://nvbugs/5541494)
358+
cpp/test_multi_gpu.py::test_cache_transceiver[2proc-mpi_kvcache-90] SKIP (https://nvbugs/5546202)
359+
cpp/test_multi_gpu.py::test_cache_transceiver[8proc-mpi_kvcache-90] SKIP (https://nvbugs/5546202)
360+
accuracy/test_llm_api_pytorch.py::TestQwen3_8B::test_bf16[multi_gpus_no_cache] SKIP (https://nvbugs/5547416)

tests/unittest/tools/test_test_to_stage_mapping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_data_availability(stage_query):
7979
print(f"Max samples configured: {MAX_SAMPLES}")
8080

8181

82+
@pytest.mark.skip(reason="https://nvbugs/5547275")
8283
@pytest.mark.parametrize("direction",
8384
["test_to_stage", "stage_to_test", "roundtrip"])
8485
def test_bidirectional_mapping_consistency(stage_query, sample_test_cases,

0 commit comments

Comments
 (0)