Skip to content

Commit 9414701

Browse files
fix tests weekly (Azure#39338)
1 parent bc699ea commit 9414701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/openai/azure-openai/tests/test_assistants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def handle_run_failure(self, run: Run):
193193
@configure
194194
@pytest.mark.parametrize(
195195
"api_type, api_version",
196-
[(ASST_AZURE, PREVIEW), (GPT_4_OPENAI, "v1")]
196+
[(ASST_AZURE, PREVIEW)]
197197
)
198198
def test_assistants_crud(self, client, api_type, api_version, **kwargs):
199199

sdk/openai/azure-openai/tests/test_assistants_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def handle_run_failure(self, run: Run):
193193
@pytest.mark.asyncio
194194
@pytest.mark.parametrize(
195195
"api_type, api_version",
196-
[(ASST_AZURE, PREVIEW), (GPT_4_OPENAI, "v1")]
196+
[(ASST_AZURE, PREVIEW)]
197197
)
198198
async def test_assistants_crud(self, client_async, api_type, api_version, **kwargs):
199199
try:

0 commit comments

Comments
 (0)