diff --git a/crates/uv-keyring/tests/threading.rs b/crates/uv-keyring/tests/threading.rs index e12ba75f4..1ab3e7f40 100644 --- a/crates/uv-keyring/tests/threading.rs +++ b/crates/uv-keyring/tests/threading.rs @@ -167,6 +167,7 @@ async fn test_simultaneous_create_set_then_move() { } #[tokio::test] +#[cfg(not(target_os = "windows"))] async fn test_simultaneous_independent_create_set() { init_logger();