mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "disable flaky std.fs test"
This reverts commit d080622cc3.
Workaround applied to CI.
This commit is contained in:
parent
dddddcffd0
commit
c7ffdbcd41
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue