From 6b99b34bdf4f856a3bd97f29b6d6f1a22a4cc519 Mon Sep 17 00:00:00 2001 From: Brian Nguyen Date: Thu, 13 Aug 2026 08:27:18 -0500 Subject: [PATCH] [https://nvbugs/6604925][test] Waive flaky TestQwen3_6_35B_A3B::test_nvfp4[TRTLLM] (SIGSEGV on DGX_B200) test_nvfp4[TRTLLM] intermittently crashes the pytest process with SIGSEGV (exit 139) on DGX_B200 (~1% over a 14-day window, across many unrelated MRs and users). nvfp4 is Blackwell-only, so this test runs only on B200 test lists (l0_b200.yml, qa/llm_function_core.txt); the plain waive is therefore B200-scoped by construction. Tracked by https://nvbugs/6604925. Signed-off-by: Brian Nguyen --- tests/integration/test_lists/waives.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 82bbc5e7f0db..a42556295097 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -91,6 +91,7 @@ accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4[adp4_trtllm] accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4[tep4_trtllm] SKIP (https://nvbugs/6535779) accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4_4gpus_static_eplb[moe_backend=TRTLLM] SKIP (https://nvbugs/6418830) accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4_mtp3_gdn_replay_tep4 SKIP (https://nvbugs/6535779) +accuracy/test_llm_api_pytorch.py::TestQwen3_6_35B_A3B::test_nvfp4[TRTLLM] SKIP (https://nvbugs/6604925) accuracy/test_llm_api_pytorch.py::TestQwen3_8B::test_bf16[latency] SKIP (https://nvbugs/6412098) accuracy/test_llm_api_pytorch.py::TestQwen3_8B::test_w4a8_mxfp4[fp8-latency] SKIP (https://nvbugs/6566768) accuracy/test_llm_api_pytorch_multimodal.py::TestMistralLarge3_675B::test_nvfp4_4gpus[latency_moe_trtllm] SKIP (https://nvbugs/6248827)