From b95b151cac06335ffe6e47341f88cf6bb48d3b0d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 14 Jan 2026 11:17:01 -0600 Subject: [PATCH] Skip flaky `test_simultaneous_independent_create_set` on Windows (#17468) Co-authored-by: Claude Opus 4.5 --- crates/uv-keyring/tests/threading.rs | 1 + 1 file changed, 1 insertion(+) 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();