Skip to content

Commit

Permalink
disable flaky std.fs test
Browse files Browse the repository at this point in the history
Tracked by ziglang#17134
  • Loading branch information
andrewrk committed Apr 20, 2024
1 parent 7c0e1cc commit d080622
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 and builtin.cpu.arch == .aarch64) {
if (native_os == .windows) {
// https://github.com/ziglang/zig/issues/17134
return error.SkipZigTest;
}
Expand Down

0 comments on commit d080622

Please sign in to comment.