diff --git a/tests/openai_endpoints_tests/test_openai_batches_endpoint.py b/tests/openai_endpoints_tests/test_openai_batches_endpoint.py index 5a84900f87..ecc0e3b370 100644 --- a/tests/openai_endpoints_tests/test_openai_batches_endpoint.py +++ b/tests/openai_endpoints_tests/test_openai_batches_endpoint.py @@ -152,7 +152,7 @@ def get_any_completed_batch_id_azure(): return None -@pytest.mark.parametrize("custom_llm_provider", ["azure", "openai"]) +@pytest.mark.parametrize("custom_llm_provider", ["openai"]) def test_e2e_batches_files(custom_llm_provider): """ [PROD Test] Ensures OpenAI Batches + files work with OpenAI SDK