mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
parent
34f96c5fd0
commit
c84bc3a06b
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user