Skip to content

Commit 7494960

Browse files
MengqingCaoponix-j
authored andcommitted
[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>
1 parent 0445a7d commit 7494960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ addopts = --ignore=vllm-empty/tests/test_utils.py
6161
--ignore=vllm-empty/tests/detokenizer/test_stop_reason.py
6262
; oom on llama-2-7b-hf
6363
--ignore=vllm-empty/tests/detokenizer/test_stop_strings.py
64+
; no need to run on vllm-ascend
65+
--ignore=vllm-empty/tests/test_vllm_port.py
6466

6567
testpaths =
6668
vllm-empty/tests

0 commit comments

Comments
 (0)