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