[CI/UT] Ignore vllm/tests/test_vllm_port.py (#887)

Ignore `vllm/tests/test_vllm_port.py` in ut as no related to
vllm-ascend, and it is breaking CI

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-05-16 18:52:59 +08:00
committed by GitHub
parent 7a325b2e2d
commit df16c4f2bc

View File

@ -61,6 +61,8 @@ addopts = --ignore=vllm-empty/tests/test_utils.py
--ignore=vllm-empty/tests/detokenizer/test_stop_reason.py
; oom on llama-2-7b-hf
--ignore=vllm-empty/tests/detokenizer/test_stop_strings.py
; no need to run on vllm-ascend
--ignore=vllm-empty/tests/test_vllm_port.py
testpaths =
vllm-empty/tests