From 4b5f483414de82ac6fc22d59e51cd6b5b6c73e11 Mon Sep 17 00:00:00 2001 From: qqiao Date: Mon, 24 Nov 2025 00:27:26 -0800 Subject: [PATCH 1/2] Waive failed cases for main Signed-off-by: qqiao --- tests/integration/test_lists/waives.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 651ef83baaa..c9ec3417957 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -417,3 +417,7 @@ examples/test_ray.py::test_ray_disaggregated_serving[tp2] SKIP (https://nvbugs/5 full:H100_PCIe/unittest/llmapi/test_llm_pytorch.py::test_llama_7b_multi_lora_evict_and_reload_lora_gpu_cache SKIP (https://nvbugs/5682551) unittest/_torch/speculative/test_draft_len_schedule.py::test_correctness_across_batch_sizes[model_drafter-schedule1] SKIP (https://nvbugs/5680911) full:RTXPro6000D/accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_guided_decoding[xgrammar-mtp_nextn=2] SKIP (https://nvbugs/5684703) +disaggregated/test_disaggregated_single_gpu.py::test_disaggregated_simple_qwen3[True-False-Qwen3-8B-FP8] SKIP (https://nvbugs/5685143) +test_e2e.py::test_openai_responses SKIP (https://nvbugs/5635153) +accuracy/test_llm_api_pytorch.py::TestSeedOss_36B::test_auto_dtype SKIP (https://nvbugs/5680905) +test_e2e.py::test_openai_chat_multimodal_example SKIP (https://nvbugs/5685428) From df354be30429605612480885738d444319638ae5 Mon Sep 17 00:00:00 2001 From: qqiao Date: Mon, 24 Nov 2025 00:57:05 -0800 Subject: [PATCH 2/2] Waive failed cases for main Signed-off-by: qqiao --- tests/integration/test_lists/waives.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index c9ec3417957..ab122d446dc 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -419,5 +419,6 @@ unittest/_torch/speculative/test_draft_len_schedule.py::test_correctness_across_ full:RTXPro6000D/accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_guided_decoding[xgrammar-mtp_nextn=2] SKIP (https://nvbugs/5684703) disaggregated/test_disaggregated_single_gpu.py::test_disaggregated_simple_qwen3[True-False-Qwen3-8B-FP8] SKIP (https://nvbugs/5685143) test_e2e.py::test_openai_responses SKIP (https://nvbugs/5635153) -accuracy/test_llm_api_pytorch.py::TestSeedOss_36B::test_auto_dtype SKIP (https://nvbugs/5680905) +accuracy/test_llm_api_pytorch.py::TestSeedOss_36B::test_auto_dtype SKIP (https://nvbugs/5612438) +accuracy/test_llm_api_pytorch.py::TestDeepSeekV32::test_nvfp4_multi_gpus[baseline] SKIP (https://nvbugs/5680905) test_e2e.py::test_openai_chat_multimodal_example SKIP (https://nvbugs/5685428)