| ... | @@ -360,7 +360,7 @@ const AtomicEvent = struct { | ... | @@ -360,7 +360,7 @@ const AtomicEvent = struct { |
| 360 | }; | 360 | }; |
| 361 | | 361 | |
| 362 | test "ResetEvent" { | 362 | test "ResetEvent" { |
| 363 | if (std.Target.current.os.tag == .macos) { | 363 | if (std.Target.current.os.tag == .macos or std.Target.current.os.tag == .windows) { |
| 364 | // https://github.com/ziglang/zig/issues/7009 | 364 | // https://github.com/ziglang/zig/issues/7009 |
| 365 | return error.SkipZigTest; | 365 | return error.SkipZigTest; |
| 366 | } | 366 | } |