Skip to content

Commit d3d9cb6

Browse files
authored
[ci] fix model tests (vllm-project#7507)
1 parent c134a46 commit d3d9cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/test-pipeline.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ steps:
159159
- tests/models
160160
commands:
161161
- pip install -e ./plugins/vllm_add_dummy_model
162-
- pytest -v -s models -m \"not vlm\"
162+
- pytest -v -s models/test_oot_registration.py # it needs a clean process
163+
- pytest -v -s models -m \"not vlm\" --ignore=models/test_oot_registration.py
163164

164165
- label: Vision Language Models Test # 42min
165166
mirror_hardwares: [amd]

0 commit comments

Comments
 (0)