Skip to content

Commit cb91aac

Browse files
committed
add skips
Signed-off-by: Yuchen Zhang <[email protected]>
1 parent ffdecac commit cb91aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/nat/mcp/test_mcp_client_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ async def always_fail():
315315
await client.get_tools()
316316

317317

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

360361

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

0 commit comments

Comments
 (0)