[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:
13397841ab

Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
meihanc
2026-03-10 09:55:35 +08:00
committed by GitHub
parent 43df2cb2fc
commit f6db47f103

View File

@@ -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"})