mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
parent
c923f74fc9
commit
ceaa569bfa
1 changed files with 5 additions and 0 deletions
|
|
@ -716,6 +716,11 @@ test "open file with exclusive lock twice, make sure it waits" {
|
|||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
if (std.Target.current.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/7010
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const filename = "file_lock_test.txt";
|
||||
|
||||
var tmp = tmpDir(.{});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue