mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
std.Io.test: disable flaky recancel test on linux w/o libc
https://codeberg.org/ziglang/zig/issues/30592
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user