mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
std.Io.test: disable flaky Group.concurrent test on linux w/o libc
https://codeberg.org/ziglang/zig/issues/30096
This commit is contained in:
parent
31a6e83a7c
commit
bbacf42837
1 changed files with 2 additions and 0 deletions
|
|
@ -254,6 +254,8 @@ test "Group.cancel" {
|
|||
}
|
||||
|
||||
test "Group.concurrent" {
|
||||
if (builtin.os.tag == .linux and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30096
|
||||
|
||||
const io = testing.io;
|
||||
|
||||
var group: Io.Group = .init;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue