mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
parent
810c03f426
commit
97ec177953
@ -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