Skip to content

Commit aecc780

Browse files
[V1] Enable Entrypoints Tests (#14903)
1 parent 90df7f2 commit aecc780

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ steps:
198198
commands:
199199
# split the test to avoid interference
200200
- pytest -v -s v1/core
201+
- pytest -v -s v1/entrypoints
201202
- pytest -v -s v1/engine
202203
- pytest -v -s v1/sample
203204
- pytest -v -s v1/worker

tests/v1/entrypoints/llm/test_struct_output_generate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"Qwen/Qwen2.5-1.5B-Instruct", "mistralai/Ministral-8B-Instruct-2410"
1919
]
2020

21+
# Undo after https://github.com/vllm-project/vllm/pull/14868
22+
pytest.skip(allow_module_level=True)
23+
2124

2225
@pytest.mark.skip_global_cleanup
2326
@pytest.mark.parametrize("guided_decoding_backend",

0 commit comments

Comments
 (0)