From 2b5536362ab3f7d6fee394172dc7ee3e6370d198 Mon Sep 17 00:00:00 2001 From: Magnus Date: Mon, 5 Jan 2026 11:05:26 +0800 Subject: [PATCH] [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: https://github.com/vllm-project/vllm/commit/81786c87748b0177111dfdc07af5351d8389baa1 Signed-off-by: changdawei1 --- tests/e2e/singlecard/test_xlite.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/singlecard/test_xlite.py b/tests/e2e/singlecard/test_xlite.py index 28b81357..a8f9093b 100644 --- a/tests/e2e/singlecard/test_xlite.py +++ b/tests/e2e/singlecard/test_xlite.py @@ -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("max_tokens", [15]) def test_models_with_xlite_decode_only(