mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
parent
a0af3c7a19
commit
d5e41bf15b
@ -611,6 +611,11 @@ test "Condition - signal wakes one" {
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
if (builtin.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/13660
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
var num_runs: usize = 1;
|
||||
const num_threads = 3;
|
||||
const timeoutDelay = 10 * std.time.ns_per_ms;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user