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