From 5c40b606532ad614aca0196519cb0298413e8016 Mon Sep 17 00:00:00 2001 From: Brian Nguyen Date: Fri, 28 Aug 2026 16:23:51 -0500 Subject: [PATCH] [None][ci] Waive flaky TestGemma3_1BInstruct::test_auto_dtype[False] disagg test The Gemma3-1B disaggregated-serving test test_auto_dtype[False] flakes on main at ~7.9% (19/240 runs over 14 days, across 153 distinct MRs and 12 distinct users) on the DGX_H100-2_GPUs-PyTorch-Others-1 stage, aborting with 'Test terminated unexpectedly' / Timeout. Under fail-fast this reddens pipelines for unrelated MRs. SKIP-waive the [False] variant while the root cause is investigated; the [True] variant (~0.9%) stays enabled. Tracked by https://nvbugs/6686534. 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 cacc0a58a15d..c9a3a49b00a9 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -1,4 +1,5 @@ accuracy/test_disaggregated_serving.py::TestGLM52NVFP4::test_nvfp4_nixl[cache_mgr_v1] SKIP (https://nvbugs/6619883) +accuracy/test_disaggregated_serving.py::TestGemma3_1BInstruct::test_auto_dtype[False] SKIP (https://nvbugs/6686534) accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=4] SKIP (https://nvbugs/6428069) accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=2-ctx_pp=2] SKIP (https://nvbugs/6655360) accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=2-ctx_pp=4] SKIP (https://nvbugs/6428069)