chore: skip mcp everything server test (#9366)

Update test_mcp_util.py
This commit is contained in:
Edwin Jose 2025-08-12 12:59:00 -04:00 committed by GitHub
commit 033453257b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -354,6 +354,7 @@ class TestMCPUtilityFunctions:
assert result is None
@pytest.mark.skip(reason="Skipping MCPStdioClientWithEverythingServer tests.")
class TestMCPStdioClientWithEverythingServer:
"""Test MCPStdioClient with the Everything MCP server."""