diff --git a/lib/std/reset_event.zig b/lib/std/reset_event.zig index 47f62a850ef3751aeddb319cea46fd12a362beda..72d2b2c6503dafdb1a9b89c497618e183b269c67 100644 --- a/lib/std/reset_event.zig +++ b/lib/std/reset_event.zig @@ -363,7 +363,7 @@ const AtomicEvent = struct { }; test "ResetEvent" { - if (false) { + if (true) { // I have now observed this fail on macOS, Windows, and Linux. // https://github.com/ziglang/zig/issues/7009 return error.SkipZigTest;