Skip to content

Commit 5a7dc11

Browse files
committed
test fix test_async_create_batch use only openai for testing, hitting azure limits
1 parent 2141a2e commit 5a7dc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/batches_tests/test_openai_batches_and_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async def async_log_success_event(self, kwargs, response_obj, start_time, end_ti
170170
self.standard_logging_object = kwargs["standard_logging_object"]
171171

172172

173-
@pytest.mark.parametrize("provider", ["azure", "openai"]) # "azure"
173+
@pytest.mark.parametrize("provider", ["openai"])
174174
@pytest.mark.asyncio()
175175
@pytest.mark.flaky(retries=3, delay=1)
176176
async def test_async_create_batch(provider):

0 commit comments

Comments
 (0)