disable the flaky ResetEvent test

See #7009
This commit is contained in:
Andrew Kelley 2020-11-17 17:07:03 -07:00
parent 9c2b014ea8
commit 238718b93a

View File

@ -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;
}