mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
huggingface[patch]: xfail test (#27031)
This commit is contained in:
parent
b5e28d3a6d
commit
5f2e93ffea
@ -65,6 +65,10 @@ class TestHuggingFaceEndpoint(ChatModelIntegrationTests):
|
|||||||
def test_structured_output(self, model: BaseChatModel) -> None:
|
def test_structured_output(self, model: BaseChatModel) -> None:
|
||||||
super().test_structured_output(model)
|
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"))
|
@pytest.mark.xfail(reason=("Not implemented"))
|
||||||
def test_structured_output_pydantic_2_v1(self, model: BaseChatModel) -> None:
|
def test_structured_output_pydantic_2_v1(self, model: BaseChatModel) -> None:
|
||||||
super().test_structured_output_pydantic_2_v1(model)
|
super().test_structured_output_pydantic_2_v1(model)
|
||||||
|
Loading…
Reference in New Issue
Block a user