Skip to content

Commit c7a29d2

Browse files
rasmithRandall Smith
andauthored
[CI/Build] Remove skip global cleanup in test_struct_output_generate.py (vllm-project#29022)
Signed-off-by: Randall Smith <[email protected]> Co-authored-by: Randall Smith <[email protected]>
1 parent 8237ab8 commit c7a29d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/v1/entrypoints/llm/test_struct_output_generate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def test_guided_decoding_deprecated():
121121
assert sp1.structured_outputs == guided_decoding
122122

123123

124-
@pytest.mark.skip_global_cleanup
125124
@pytest.mark.parametrize(
126125
"model_name, backend, tokenizer_mode, speculative_config",
127126
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE,
@@ -626,7 +625,6 @@ def test_structured_output(
626625
)
627626

628627

629-
@pytest.mark.skip_global_cleanup
630628
@pytest.mark.parametrize(
631629
"model_name, backend, tokenizer_mode, reasoning_parser, speculative_config", # noqa: E501
632630
[
@@ -711,7 +709,6 @@ def test_structured_output_with_reasoning_matrices(
711709
jsonschema.validate(instance=output_json, schema=reasoning_schema)
712710

713711

714-
@pytest.mark.skip_global_cleanup
715712
@pytest.mark.parametrize("model_name, tokenizer_mode", PARAMS_MODELS_TOKENIZER_MODE)
716713
def test_structured_output_auto_mode(
717714
unsupported_json_schema: dict[str, Any],
@@ -758,7 +755,6 @@ def test_structured_output_auto_mode(
758755
assert isinstance(parsed_json, dict)
759756

760757

761-
@pytest.mark.skip_global_cleanup
762758
def test_guidance_no_additional_properties():
763759
llm = LLM(
764760
model="Qwen/Qwen2.5-1.5B-Instruct",

0 commit comments

Comments
 (0)