Revert "[CI] fix skiped e2e test when upgrade vllm version (#6654)" (#7166)

This reverts commit f6db47f103.

- vLLM version: v0.16.0
- vLLM main:
4034c3d32e

Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
meihanc
2026-03-11 23:03:15 +08:00
committed by GitHub
parent 3b6b3c4214
commit da01a74009

View File

@@ -129,6 +129,7 @@ def _run_worker_process(
torch.npu.reset_peak_memory_stats() torch.npu.reset_peak_memory_stats()
@pytest.mark.skip(reason="fix me")
@pytest.mark.parametrize("model", MODELS) @pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("max_tokens", [4, 36]) @pytest.mark.parametrize("max_tokens", [4, 36])
@patch.dict(os.environ, {"ASCEND_RT_VISIBLE_DEVICES": "0,1"}) @patch.dict(os.environ, {"ASCEND_RT_VISIBLE_DEVICES": "0,1"})