Disable test_simultaneous_multiple_create_delete_single_thread on Windows

This commit is contained in:
Zanie Blue 2025-11-24 08:57:13 -06:00
parent d6eb285f02
commit 983bf92acd

View file

@ -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();