| ... | @@ -2043,8 +2043,8 @@ test "walker without fully iterating" { | ... | @@ -2043,8 +2043,8 @@ test "walker without fully iterating" { |
| 2043 | } | 2043 | } |
| 2044 | | 2044 | |
| 2045 | test "'.' and '..' in Dir functions" { | 2045 | test "'.' and '..' in Dir functions" { |
| 2046 | if (native_os == .windows and builtin.cpu.arch == .aarch64) { | 2046 | if (native_os == .windows) { |
| 2047 | // https://github.com/ziglang/zig/issues/17134 | 2047 | // https://codeberg.org/ziglang/zig/issues/31561 |
| 2048 | return error.SkipZigTest; | 2048 | return error.SkipZigTest; |
| 2049 | } | 2049 | } |
| 2050 | | 2050 | |