mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 06:15:21 +00:00
std: disable failing test
This commit is contained in:
parent
27fe945a00
commit
33483407a2
@ -698,6 +698,8 @@ test "file operations on directories" {
|
||||
}
|
||||
|
||||
test "makeOpenPath parent dirs do not exist" {
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
|
||||
|
||||
var tmp_dir = tmpDir(.{});
|
||||
defer tmp_dir.cleanup();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user