Skip to content

Commit

Permalink
huggingface[patch]: xfail test (#26479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 13, 2024
1 parent a2bfa41 commit 9c88037
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ def test_structured_output(self, model: BaseChatModel) -> None:
def test_structured_output_pydantic_2_v1(self, model: BaseChatModel) -> None:
super().test_structured_output_pydantic_2_v1(model)

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

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

0 comments on commit 9c88037

Please sign in to comment.