| ... | @@ -716,6 +716,11 @@ test "open file with exclusive lock twice, make sure it waits" { | ... | @@ -716,6 +716,11 @@ test "open file with exclusive lock twice, make sure it waits" { |
| 716 | return error.SkipZigTest; | 716 | return error.SkipZigTest; |
| 717 | } | 717 | } |
| 718 | | 718 | |
| | 719 | if (std.Target.current.os.tag == .windows) { |
| | 720 | // https://github.com/ziglang/zig/issues/7010 |
| | 721 | return error.SkipZigTest; |
| | 722 | } |
| | 723 | |
| 719 | const filename = "file_lock_test.txt"; | 724 | const filename = "file_lock_test.txt"; |
| 720 | | 725 | |
| 721 | var tmp = tmpDir(.{}); | 726 | var tmp = tmpDir(.{}); |