From 920bbe932f2a2cb5dee5e81d0023b4bf4969da0f Mon Sep 17 00:00:00 2001 From: Li Wang Date: Thu, 8 Jan 2026 11:23:44 +0800 Subject: [PATCH] [CI] Drop outdated cases (#5709) ### What this PR does / why we need it? Correcting some outdated use cases: `tests/e2e/singlecard/test_aclgraph_accuracy.py::test_models_output` -> `tests/e2e/singlecard/test_aclgraph_accuracy.py::test_piecewise_res_consistency` ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2f4e6548efec402b913ffddc8726230d9311948d Signed-off-by: wangli --- .github/workflows/_e2e_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_e2e_test.yaml b/.github/workflows/_e2e_test.yaml index 3fcf702a..0418b6a0 100644 --- a/.github/workflows/_e2e_test.yaml +++ b/.github/workflows/_e2e_test.yaml @@ -83,7 +83,7 @@ jobs: VLLM_WORKER_MULTIPROC_METHOD: spawn if: ${{ inputs.type == 'light' }} run: | - pytest -sv --durations=0 tests/e2e/singlecard/test_aclgraph_accuracy.py::test_models_output + pytest -sv --durations=0 tests/e2e/singlecard/test_aclgraph_accuracy.py::test_piecewise_res_consistency pytest -sv --durations=0 tests/e2e/singlecard/test_quantization.py::test_qwen3_w8a8_quant - name: Run e2e test