mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
huggingface[patch]: xfail test (#27031)
This commit is contained in:
@@ -65,6 +65,10 @@ class TestHuggingFaceEndpoint(ChatModelIntegrationTests):
|
||||
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)
|
||||
|
Reference in New Issue
Block a user