std.os.test: disable flaky timerfd test

See tracking issue #13721
This commit is contained in:
Andrew Kelley 2022-11-30 15:18:07 -07:00
parent 34f96c5fd0
commit c84bc3a06b

View File

@ -1054,6 +1054,11 @@ test "access smoke test" {
}
test "timerfd" {
if (true) {
// https://github.com/ziglang/zig/issues/13721
return error.SkipZigTest;
}
if (native_os != .linux)
return error.SkipZigTest;