Commit d080622cc3

Andrew Kelley <andrew@ziglang.org>
2024-04-20 04:01:13
disable flaky std.fs test
Tracked by #17134
1 parent 7c0e1cc
Changed files (1)
lib
std
lib/std/fs/test.zig
@@ -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;
     }