From 96a0f960a9e08fb7ad58caae3bba4004d4463e87 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 27 Nov 2025 09:14:43 -0800 Subject: [PATCH] test_e2e_batches_files --- tests/openai_endpoints_tests/test_openai_batches_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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