huggingface[patch]: xfail test (#26479)

pull/26480/head langchain-huggingface==0.1.0
ccurme 6 days ago committed by GitHub
parent a2bfa41216
commit 9c88037dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,6 +69,10 @@ class TestHuggingFaceEndpoint(ChatModelIntegrationTests):
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)

Loading…
Cancel
Save