authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-19 19:01:13-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-19 19:01:13-07:00
logd080622cc3f5db1ae3cd628c21c1ffaeb2b899d5
tree5f753448f8519d04b363d29a7eb3f8bb084b6016
parent7c0e1cc91398b77d29a2b5760f003a52dd828997

disable flaky std.fs test

Tracked by #17134

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/fs/test.zig+1-1
...@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {...@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
1712test "'.' and '..' in fs.Dir functions" {1712test "'.' and '..' in fs.Dir functions" {
1713 if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;1713 if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
17141714
1715 if (native_os == .windows and builtin.cpu.arch == .aarch64) {1715 if (native_os == .windows) {
1716 // https://github.com/ziglang/zig/issues/171341716 // https://github.com/ziglang/zig/issues/17134
1717 return error.SkipZigTest;1717 return error.SkipZigTest;
1718 }1718 }