skip failing mcp test (#8263)

This commit is contained in:
Robert Brennan
2025-05-04 16:03:11 -04:00
committed by GitHub
parent a9f44b0ca5
commit 8333e5e56a

View File

@@ -35,6 +35,7 @@ def test_default_activated_tools():
@pytest.mark.asyncio
async def test_fetch_mcp_via_stdio(temp_dir, runtime_cls, run_as_openhands):
pytest.skip('This test is currently failing on main')
mcp_stdio_server_config = MCPStdioServerConfig(
name='fetch', command='uvx', args=['mcp-server-fetch']
)