Skip to content

Commit 5f88e71

Browse files
committed
fix skip test
1 parent 3405cfa commit 5f88e71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/langchain/test_provider_integrations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def skip_on_specific_configs(
3535
test_name = request.node.originalname
3636
has_thinking = "thinking" in model_kwargs
3737

38+
if test_name in ["test_structured_output_pydantic_2_v1"]:
39+
pytest.skip("Skipping test because it's not relevant for now")
40+
3841
if test_name in [
3942
"test_parallel_and_sequential_tool_calling",
4043
"test_parallel_and_sequential_tool_calling_async",

0 commit comments

Comments
 (0)