mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 21:29:49 +00:00
Disable test_simultaneous_multiple_create_delete_single_thread on Windows
This commit is contained in:
parent
d6eb285f02
commit
983bf92acd
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue