mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
parent
9c2b014ea8
commit
238718b93a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user