mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
parent
99932042dc
commit
83a1523b1a
@ -360,7 +360,7 @@ const AtomicEvent = struct {
|
||||
};
|
||||
|
||||
test "ResetEvent" {
|
||||
if (std.Target.current.os.tag == .macos) {
|
||||
if (std.Target.current.os.tag == .macos or std.Target.current.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/7009
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user