From 6185225501b50dc466f214b9b648497c55783810 Mon Sep 17 00:00:00 2001 From: Jin Li <59594262+liji-nv@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:46:44 +0800 Subject: [PATCH] [https://nvbugs/5488118][fix] Unwaive passed tests (#8758) Signed-off-by: Jin Li <59594262+liji-nv@users.noreply.github.com> Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com> Signed-off-by: Mike Iovine --- tests/integration/defs/accuracy/test_disaggregated_serving.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/defs/accuracy/test_disaggregated_serving.py b/tests/integration/defs/accuracy/test_disaggregated_serving.py index 2c6081c0b2..f4b5383c2e 100644 --- a/tests/integration/defs/accuracy/test_disaggregated_serving.py +++ b/tests/integration/defs/accuracy/test_disaggregated_serving.py @@ -422,7 +422,6 @@ class TestLlama3_1_8BInstruct(LlmapiAccuracyTestHarness): task.evaluate(llm) @pytest.mark.skip_less_device(2) - @skip_pre_hopper def test_ngram(self): speculative_decoding_config = { "decoding_type": "NGram",