diff --git a/lib/std/reset_event.zig b/lib/std/reset_event.zig index 47f62a850e..72d2b2c650 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;