Commit 77c583b4c9
2022-11-30 23:18:07
1 parent
fb7ca1aChanged files (1)
lib
std
os
lib/std/os/test.zig
@@ -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;