From 31ba71de15ffa1dcea20f2624353597f6d89060a Mon Sep 17 00:00:00 2001 From: jnjpng Date: Fri, 10 Oct 2025 16:09:06 -0700 Subject: [PATCH] chore: skip invalid schema tool attach test (#5350) skip Co-authored-by: Letta Bot --- tests/mcp_tests/test_mcp_schema_validation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mcp_tests/test_mcp_schema_validation.py b/tests/mcp_tests/test_mcp_schema_validation.py index cdadd155..17470323 100644 --- a/tests/mcp_tests/test_mcp_schema_validation.py +++ b/tests/mcp_tests/test_mcp_schema_validation.py @@ -134,6 +134,7 @@ async def test_add_mcp_tool_accepts_non_strict_schemas(): assert call_args.kwargs["mcp_server_name"] == "test_server" +@pytest.mark.skip(reason="Allowing invalid schemas to be attached") @pytest.mark.asyncio async def test_add_mcp_tool_rejects_invalid_schemas(): """Test that adding MCP tools with invalid schemas is rejected."""