diff --git a/libs/ai21/tests/integration_tests/test_standard.py b/libs/ai21/tests/integration_tests/test_standard.py index 41541ae..591de09 100644 --- a/libs/ai21/tests/integration_tests/test_standard.py +++ b/libs/ai21/tests/integration_tests/test_standard.py @@ -91,7 +91,3 @@ def test_structured_output_pydantic_2_v1(self, model: BaseChatModel) -> None: @pytest.mark.xfail(reason="Requires tool calling & stream - still WIP") def test_structured_output_optional_param(self, model: BaseChatModel) -> None: super().test_structured_output_optional_param(model) - - @pytest.mark.xfail(reason="Requires tool calling & stream - still WIP") - def test_structured_output_async(self, model: BaseChatModel) -> None: - super().test_structured_output_async(model)