Skip to content

Commit

Permalink
huggingface[patch]: xfail test (#27031)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 1, 2024
1 parent b5e28d3 commit 5f2e93f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ def test_bind_runnables_as_tools(self, model: BaseChatModel) -> None:
def test_structured_output(self, model: BaseChatModel) -> None:
super().test_structured_output(model)

@pytest.mark.xfail(reason=("Not implemented"))
def test_structured_output_async(self, model: BaseChatModel) -> None: # type: ignore[override]
super().test_structured_output(model)

@pytest.mark.xfail(reason=("Not implemented"))
def test_structured_output_pydantic_2_v1(self, model: BaseChatModel) -> None:
super().test_structured_output_pydantic_2_v1(model)
Expand Down

0 comments on commit 5f2e93f

Please sign in to comment.