mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
skip failing mcp test (#8263)
This commit is contained in:
@@ -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']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user