From ab45d6a7c793ae32564b5a19b5b5eb2ef5dac4c2 Mon Sep 17 00:00:00 2001 From: Zheyu Fu Date: Sat, 20 Dec 2025 01:18:16 +0000 Subject: [PATCH] Waive dynamic spec decode unit test Signed-off-by: Zheyu Fu --- tests/integration/test_lists/waives.txt | 1 + tests/unittest/_torch/speculative/test_dynamic_spec_decode.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index be045e4c5c..8344e509a9 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -481,3 +481,4 @@ unittest/llmapi/apps/test_disagg_serving_perf_metrics.py SKIP (https://nvbugs/57 unittest/_torch/attention/test_trtllm_flashinfer_symbol_collision.py::test_flashinfer_fused_moe_matches_torch_moe SKIP (https://nvbugs/5752521) unittest/llmapi/apps/_test_openai_responses.py::test_reasoning_effort[DeepSeek-R1-Distill-Qwen-1.5B] SKIP (https://nvbugs/5753250) unittest/llmapi/apps/_test_openai_responses.py::test_multi_turn_chat[Qwen3/Qwen3-0.6B] SKIP (https://nvbugs/5753250) +unittest/_torch/speculative/test_dynamic_spec_decode.py::test_dynamic_spec_decode SKIP (https://nvbugs/5758449) diff --git a/tests/unittest/_torch/speculative/test_dynamic_spec_decode.py b/tests/unittest/_torch/speculative/test_dynamic_spec_decode.py index eeb975bd80..9404f7e049 100644 --- a/tests/unittest/_torch/speculative/test_dynamic_spec_decode.py +++ b/tests/unittest/_torch/speculative/test_dynamic_spec_decode.py @@ -21,6 +21,7 @@ def enforce_single_worker(monkeypatch): yield +@pytest.mark.skip("https://nvbugs/5758449") @pytest.mark.parametrize("disable_overlap_scheduler", [True, False]) @pytest.mark.high_cuda_memory def test_dynamic_spec_decode(enforce_single_worker,