std: disable failing test

This commit is contained in:
Jacob Young 2023-10-22 16:02:18 -04:00
parent 27fe945a00
commit 33483407a2

View File

@ -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();