Skip to content

Commit 0f6a6bb

Browse files
committed
chore: disable unnecessary test on windows
1 parent 21742ae commit 0f6a6bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/rust-mcp-sdk/tests/test_client_runtime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async fn tets_client_launch_npx_server() {
2727
assert!(server_capabilities.tools.is_some());
2828
}
2929

30+
#[cfg(unix)]
3031
#[tokio::test]
3132
async fn tets_client_launch_uvx_server() {
3233
// The Python-based MCP server should launch successfully

0 commit comments

Comments
 (0)