[CI] skip xlite-decode-only e2e test (#5407)

### What this PR does / why we need it?
skip xlite-decode-only e2e test, since it's unstable

- vLLM version: release/v0.13.0
- vLLM main:
81786c8774

Signed-off-by: changdawei1 <changdawei3@huawei.com>
This commit is contained in:
Magnus
2026-01-05 11:05:26 +08:00
committed by GitHub
parent a099b994b3
commit 2b5536362a

View File

@@ -35,6 +35,8 @@ MODELS = [
] ]
@pytest.mark.skip(
reason="TODO: Re-enable xlite_decode_only e2e test when stable.")
@pytest.mark.parametrize("model", MODELS) @pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("max_tokens", [15]) @pytest.mark.parametrize("max_tokens", [15])
def test_models_with_xlite_decode_only( def test_models_with_xlite_decode_only(