@@ -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 )
716713def 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
762758def test_guidance_no_additional_properties ():
763759 llm = LLM (
764760 model = "Qwen/Qwen2.5-1.5B-Instruct" ,
0 commit comments