mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
4c1cc4d8d9
commit
86a98b172b
@ -834,7 +834,7 @@ 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) {
|
||||
if (native_os == .linux) {
|
||||
// https://github.com/ziglang/zig/issues/11074
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user