mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
parent
e74382b602
commit
76d810c568
@ -834,6 +834,11 @@ test "writev longer than IOV_MAX" {
|
||||
test "POSIX file locking with fcntl" {
|
||||
if (native_os == .windows or native_os == .wasi) return error.SkipZigTest;
|
||||
|
||||
if (native_os == .linux and builtin.cpu.arch == .aarch64) {
|
||||
// https://github.com/ziglang/zig/issues/11074
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
var tmp = std.testing.tmpDir(.{});
|
||||
defer tmp.cleanup();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user