From f6db47f1038cf14d6c6f7eb4780be3c839c7656b Mon Sep 17 00:00:00 2001 From: meihanc Date: Tue, 10 Mar 2026 09:55:35 +0800 Subject: [PATCH] [CI] fix skiped e2e test when upgrade vllm version (#6654) ### What this PR does / why we need it? fix skiped test_aclgraph_capture_replay.py when upgrade vllm version ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.15.0 - vLLM main: https://github.com/vllm-project/vllm/commit/13397841ab469cecf1ed425c3f52a9ffc38139b5 Signed-off-by: Meihan-chen --- tests/e2e/multicard/2-cards/test_aclgraph_capture_replay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/multicard/2-cards/test_aclgraph_capture_replay.py b/tests/e2e/multicard/2-cards/test_aclgraph_capture_replay.py index 6eb9db91..9a773b65 100644 --- a/tests/e2e/multicard/2-cards/test_aclgraph_capture_replay.py +++ b/tests/e2e/multicard/2-cards/test_aclgraph_capture_replay.py @@ -129,7 +129,6 @@ def _run_worker_process( torch.npu.reset_peak_memory_stats() -@pytest.mark.skip(reason="fix me") @pytest.mark.parametrize("model", MODELS) @pytest.mark.parametrize("max_tokens", [4, 36]) @patch.dict(os.environ, {"ASCEND_RT_VISIBLE_DEVICES": "0,1"})