std.Io.test: disable flaky recancel test on linux w/o libc

https://codeberg.org/ziglang/zig/issues/30592
This commit is contained in:
Alex Rønne Petersen
2026-01-05 12:50:16 +01:00
parent bbacf42837
commit ccc78252f1
+2
View File
@@ -421,6 +421,8 @@ test "Event" {
}
test "recancel" {
if (builtin.os.tag == .linux and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30592
const global = struct {
fn worker(io: Io) Io.Cancelable!void {
var dummy_event: Io.Event = .unset;