From 07c8d4547c5e23654fed8cc9957703da145589df Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Sat, 25 Oct 2025 09:37:30 +0800 Subject: [PATCH] [CI] Skip ops test for e2e (#3665) ### What this PR does / why we need it? Skip ops test for e2e and will move it to nightly test in the following pr - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: wangxiyuan --- .github/workflows/_e2e_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_e2e_test.yaml b/.github/workflows/_e2e_test.yaml index f28b4d98..1638e7f1 100644 --- a/.github/workflows/_e2e_test.yaml +++ b/.github/workflows/_e2e_test.yaml @@ -108,7 +108,8 @@ jobs: # Fix me: OOM error # pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py - pytest -sv tests/e2e/singlecard/ops/ + # TODO: Move ops test to nightly test + #pytest -sv tests/e2e/singlecard/ops/ e2e-2-cards: name: multicard