mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Revert "disable flaky std.fs test"
This reverts commit d080622cc3f5db1ae3cd628c21c1ffaeb2b899d5. Workaround applied to CI.
This commit is contained in:
parent
dddddcffd0
commit
c7ffdbcd41
@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
|
|||||||
test "'.' and '..' in fs.Dir functions" {
|
test "'.' and '..' in fs.Dir functions" {
|
||||||
if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
|
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
|
// https://github.com/ziglang/zig/issues/17134
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user