Skip to content

Commit

Permalink
Revert "disable flaky std.fs test"
Browse files Browse the repository at this point in the history
This reverts commit d080622.

Workaround applied to CI.
  • Loading branch information
jacobly0 committed Apr 20, 2024
1 parent dddddcf commit c7ffdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/fs/test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c7ffdbc

Please sign in to comment.