disable flaky std.fs test

Tracked by #17134
This commit is contained in:
Andrew Kelley 2024-04-19 19:01:13 -07:00
parent 7c0e1cc913
commit d080622cc3

View File

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