From 494ed5790e0da29b3bcbbd94abc23de3462d1000 Mon Sep 17 00:00:00 2001 From: ZhaoyangWang Date: Tue, 18 Aug 2026 20:40:48 -0700 Subject: [PATCH] [https://nvbugs/6619882][test] Unwaive unittest/_torch/sampler on DGX_B200 The whole `unittest/_torch/sampler` entry was waived on DGX_B200 by #17782 because of an intermittent failure (about 4 occurrences per month). The reported failure is not an assertion failure: the inner pytest process dies without emitting a summary or traceback, and the outer wrapper only surfaces `AssertionError: failure reported in unittests`. Waiving the whole entry removes coverage for the entire sampler directory on Blackwell, which is much broader than the intermittent failure itself. Unwaive it so the case runs in CI again and the intermittent failure can be characterized on current main. Signed-off-by: ZhaoyangWang --- tests/integration/test_lists/waives.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index b02d7730f8d4..f014280c8890 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -379,7 +379,6 @@ unittest/_torch/modules/moe/test_moe_module.py::test_configurable_moe_single_gpu unittest/_torch/modules/test_w4a16_nvfp4_linear.py::test_nvfp4_attention_keeps_high_precision_output_for_hopper_marlin SKIP (https://nvbugs/6581071) unittest/_torch/modules/tests_lora_modules/test_nemotron_h_lora_sanity.py::TestNemotronHLoRA::test_lora_pp2_sanity SKIP (https://nvbugs/6428124) unittest/_torch/multi_gpu/test_linear.py::test_row_linear_norm_fusion[2-hidden:16-seqlen:2] SKIP (https://nvbugs/6501404) -unittest/_torch/sampler -k "not test_speculative_d2h_parity_real_predictor" SKIP (https://nvbugs/6619882) unittest/_torch/sampler/test_beam_search.py::test_beam_search_e2e[multi_process-TRTLLMSampler-cuda_graph_and_overlap-None-1-1-True-True-False] SKIP (https://nvbugs/6463819) unittest/_torch/sampler/test_trtllm_sampler.py::test_trtllm_sampler_best_of_with_logprobs SKIP (https://nvbugs/6487837) unittest/_torch/speculative/hw_agnostic/test_dflash.py::test_dflash_qwen3_5_4b[False] SKIP (https://nvbugs/6535767)