Skip to content

Commit

Permalink
rm test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 16, 2024
1 parent 8eac7b2 commit dfac44f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ai21/tests/integration_tests/test_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit dfac44f

Please sign in to comment.