std.os: disable failing fnctl file locking test

See #11074
This commit is contained in:
Andrew Kelley 2022-03-11 12:49:53 -07:00
parent 4c1cc4d8d9
commit 86a98b172b

View File

@ -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;
}