Skip to content

Skip parallel MCP config test on Windows#2711

Merged
jlowin merged 1 commit intomainfrom
fix-windows-parallel-test-timeout
Dec 24, 2025
Merged

Skip parallel MCP config test on Windows#2711
jlowin merged 1 commit intomainfrom
fix-windows-parallel-test-timeout

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Dec 24, 2025

The test_multi_client_parallel_calls test spawns multiple Python subprocesses and runs 40 concurrent list_tools() calls via stdio. This consistently times out on Windows CI due to slower subprocess/stdio performance.

The adjacent test_multi_client_lifespan test already has the same Windows skip for similar reasons. This adds the skipif marker to match.

@marvin-context-protocol marvin-context-protocol Bot added enhancement Improvement to existing functionality. For issues and smaller PR improvements. tests labels Dec 24, 2025
@jlowin jlowin merged commit dccd25a into main Dec 24, 2025
13 checks passed
@jlowin jlowin deleted the fix-windows-parallel-test-timeout branch December 24, 2025 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement to existing functionality. For issues and smaller PR improvements. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant