[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:
ad32e3e19c

---------

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-12-20 14:54:49 +08:00
committed by GitHub
parent 758d81dcb1
commit 5d59bf8ca0

View File

@@ -181,8 +181,6 @@ def test_eagle_correctness(
del llm del llm
@pytest.mark.skip(
"Fix me, suffix decoding now exists some known accuracy issue, skip it")
def test_suffix_correctness( def test_suffix_correctness(
test_prompts: list[list[dict[str, Any]]], test_prompts: list[list[dict[str, Any]]],
sampling_config: SamplingParams, sampling_config: SamplingParams,
@@ -219,8 +217,6 @@ def test_suffix_correctness(
assert matches > int(0.66 * len(ref_outputs)) 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( def test_suffix_acceptance(
test_prompts: list[list[dict[str, Any]]], test_prompts: list[list[dict[str, Any]]],
sampling_config: SamplingParams, sampling_config: SamplingParams,