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 fb7ca1ad48
commit 77c583b4c9

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;