Skip to content

Commit c7ffdbc

Browse files
committed
Revert "disable flaky std.fs test"
This reverts commit d080622. Workaround applied to CI.
1 parent dddddcf commit c7ffdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/fs/test.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
17121712
test "'.' and '..' in fs.Dir functions" {
17131713
if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
17141714

1715-
if (native_os == .windows) {
1715+
if (native_os == .windows and builtin.cpu.arch == .aarch64) {
17161716
// https://github.com/ziglang/zig/issues/17134
17171717
return error.SkipZigTest;
17181718
}

0 commit comments

Comments
 (0)