diff --git a/llama_stack/providers/tests/inference/test_text_inference.py b/llama_stack/providers/tests/inference/test_text_inference.py index 9cc901371..b84761219 100644 --- a/llama_stack/providers/tests/inference/test_text_inference.py +++ b/llama_stack/providers/tests/inference/test_text_inference.py @@ -142,7 +142,6 @@ class TestInference: "remote::fireworks", "remote::vllm", "remote::cerebras", - ): pytest.skip( "Other inference providers don't support structured output in completions yet"