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",