From 5d59bf8ca0536c05be2ebbaae5aaf79c28158dff Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Sat, 20 Dec 2025 14:54:49 +0800 Subject: [PATCH] [CI] unblock CI on suffix spec decoding (#4813) ### What this PR does / why we need it? unblock CI on suffix spec decoding ### How was this patch tested? CI passed with existing test. - vLLM version: v0.12.0 - vLLM main: https://github.com/vllm-project/vllm/commit/ad32e3e19ccf0526cb6744a5fed09a138a5fb2f9 --------- Signed-off-by: MengqingCao --- tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py b/tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py index 8b2a145a..e42e4bd1 100644 --- a/tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py +++ b/tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py @@ -181,8 +181,6 @@ def test_eagle_correctness( del llm -@pytest.mark.skip( - "Fix me, suffix decoding now exists some known accuracy issue, skip it") def test_suffix_correctness( test_prompts: list[list[dict[str, Any]]], sampling_config: SamplingParams, @@ -219,8 +217,6 @@ def test_suffix_correctness( assert matches > int(0.66 * len(ref_outputs)) -@pytest.mark.skip( - "Fix me, suffix decoding now exists some functional issue, skip it") def test_suffix_acceptance( test_prompts: list[list[dict[str, Any]]], sampling_config: SamplingParams,