Skip to content

Commit 9f1d274

Browse files
authored
[None][infra] Waive failed tests for release branch on 11/03 (#8879)
Signed-off-by: qqiao <[email protected]>
1 parent e9e1a36 commit 9f1d274

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,7 @@ accuracy/test_cli_flow.py::TestMinitron4BBase::test_fp8 SKIP (https://nvbugs/560
357357
examples/test_gpt.py::test_llm_minitron_fp8_with_pseudo_loras[4b] SKIP (https://nvbugs/5606233)
358358
disaggregated/test_disaggregated_single_gpu.py::test_disaggregated_simple_deepseek[True-False-DeepSeek-V3-Lite-fp8/fp8] SKIP (https://nvbugs/5626197)
359359
disaggregated/test_disaggregated_single_gpu.py::test_disaggregated_simple_deepseek[True-True-DeepSeek-V3-Lite-fp8/fp8] SKIP (https://nvbugs/5628952)
360+
cpp/test_e2e.py::test_benchmarks[t5-90] SKIP (https://nvbugs/5630196)
361+
accuracy/test_llm_api_pytorch.py::TestQwen3_235B_A22B::test_nvfp4_4gpus[latency_moe_trtllm_eagle3] SKIP (https://nvbugs/5630700)
362+
accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_nixl_backend SKIP (https://nvbugs/5628952)
363+
accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_guided_decoding[xgrammar-mtp_nextn=2] SKIP (https://nvbugs/5628952)

tests/unittest/_torch/thop/parallel/test_mamba2_chunk_ss_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def test_mamba2_chunk_scan_selective_state_update(dim, headdim, ngroups, dstate,
363363
atol=atol[dtype])
364364

365365

366+
@pytest.mark.skip(reason="https://nvbugs/5606178")
366367
@pytest.mark.parametrize("mamba_chunk_size", [8, 256])
367368
@pytest.mark.parametrize("seqlens", [
368369
(16, 2, 8, 13),

0 commit comments

Comments
 (0)