mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
huggingface[patch]: xfail test (#26479)
This commit is contained in:
parent
a2bfa41216
commit
9c88037dbc
@ -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…
Reference in New Issue
Block a user