srctree

Andrew Kelley parent 7c0e1cc9 d080622c
disable flaky std.fs test

Tracked by #17134

inlinesplit
lib/std/fs/test.zig added: 2, removed: 2, total 0
@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
test "'.' and '..' in fs.Dir functions" {
if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
 
if (native_os == .windows and builtin.cpu.arch == .aarch64) {
if (native_os == .windows) {
// https://github.com/ziglang/zig/issues/17134
return error.SkipZigTest;
}