diff --git a/crates/uv-keyring/tests/threading.rs b/crates/uv-keyring/tests/threading.rs index a67440934..e12ba75f4 100644 --- a/crates/uv-keyring/tests/threading.rs +++ b/crates/uv-keyring/tests/threading.rs @@ -236,8 +236,10 @@ async fn test_multiple_create_delete_single_thread() { } } +/// Empirically, this test frequently flakes on Windows indicating that these operations are +/// not concurrency-safe. #[tokio::test] -#[cfg(any(target_os = "macos", target_os = "windows"))] +#[cfg(target_os = "macos")] async fn test_simultaneous_multiple_create_delete_single_thread() { init_logger();