| ... | @@ -363,7 +363,8 @@ const AtomicEvent = struct { | ... | @@ -363,7 +363,8 @@ const AtomicEvent = struct { |
| 363 | }; | 363 | }; |
| 364 | | 364 | |
| 365 | test "ResetEvent" { | 365 | test "ResetEvent" { |
| 366 | if (std.Target.current.os.tag == .macos or std.Target.current.os.tag == .windows) { | 366 | if (false) { |
| | 367 | // I have now observed this fail on macOS, Windows, and Linux. |
| 367 | // https://github.com/ziglang/zig/issues/7009 | 368 | // https://github.com/ziglang/zig/issues/7009 |
| 368 | return error.SkipZigTest; | 369 | return error.SkipZigTest; |
| 369 | } | 370 | } |