We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdecac commit cb91aacCopy full SHA for cb91aac
tests/nat/mcp/test_mcp_client_base.py
@@ -315,6 +315,7 @@ async def always_fail():
315
await client.get_tools()
316
317
318
+@pytest.mark.skip(reason="This test might fail in CI due to race conditions")
319
async def test_reconnect_backoff_timing():
320
"""Test that reconnect backoff timing works correctly."""
321
client = MockMCPClient(transport="streamable-http",
@@ -358,6 +359,7 @@ async def mock_list_tools():
358
359
assert attempt_times[1] == 0.2
360
361
362
363
async def test_reconnect_max_backoff_limit():
364
"""Test that backoff doesn't exceed maximum."""
365
client = MockMCPClient(
0 commit comments