infra: drop azure from streaming benchmarks (#31421)

Covered by BaseChatOpenAI
This commit is contained in:
ccurme
2025-05-29 15:06:12 -04:00
committed by GitHub
parent 19f2a92609
commit c8951ca124
4 changed files with 2 additions and 15 deletions

View File

@@ -38,10 +38,6 @@ class TestAzureOpenAIStandard(ChatModelIntegrationTests):
def supports_json_mode(self) -> bool:
return True
@property
def enable_vcr_tests(self) -> bool:
return True
class TestAzureOpenAIStandardLegacy(ChatModelIntegrationTests):
"""Test a legacy model."""
@@ -62,7 +58,3 @@ class TestAzureOpenAIStandardLegacy(ChatModelIntegrationTests):
@property
def structured_output_kwargs(self) -> dict:
return {"method": "function_calling"}
@property
def enable_vcr_tests(self) -> bool:
return True