mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
parent
fff7f15fb8
commit
d824471489
@ -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