Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/nat/mcp/test_mcp_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ async def always_fail():
await client.get_tools()


@pytest.mark.skip(reason="This test might fail in CI due to race conditions")
async def test_reconnect_backoff_timing():
"""Test that reconnect backoff timing works correctly."""
client = MockMCPClient(transport="streamable-http",
Expand Down Expand Up @@ -358,6 +359,7 @@ async def mock_list_tools():
assert attempt_times[1] == 0.2


@pytest.mark.skip(reason="This test might fail in CI due to race conditions")
async def test_reconnect_max_backoff_limit():
"""Test that backoff doesn't exceed maximum."""
client = MockMCPClient(
Expand Down