| author | |
| committer | |
| log | 238718b93abfe97bd5531103cf39714ec66fd86e |
| tree | 39dc9a3c39952de490fcc1358f21a00124804645 |
| parent | 9c2b014ea82fdfbb4b46ce789898623be450cca5 |
See #70091 files changed, 2 insertions(+), 1 deletions(-)
lib/std/reset_event.zig+2-1| ... | ... | @@ -363,7 +363,8 @@ const AtomicEvent = struct { |
| 363 | 363 | }; |
| 364 | 364 | |
| 365 | 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 | 368 | // https://github.com/ziglang/zig/issues/7009 |
| 368 | 369 | return error.SkipZigTest; |
| 369 | 370 | } |