Revert "disable flaky std.fs test"
This reverts commit d080622cc3.
Workaround applied to CI.
This commit is contained in:
@@ -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) {
|
||||
if (native_os == .windows and builtin.cpu.arch == .aarch64) {
|
||||
// https://github.com/ziglang/zig/issues/17134
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user