chore: skip invalid schema tool attach test (#5350)

skip

Co-authored-by: Letta Bot <noreply@letta.com>
This commit is contained in:
jnjpng
2025-10-10 16:09:06 -07:00
committed by Caren Thomas
parent 5d153214c0
commit 31ba71de15

View File

@@ -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."""