std.debug: disable sporadically failing test

This was observed to fail on aarch64-windows as well.

See tracking issue #13963
This commit is contained in:
Andrew Kelley 2023-05-29 16:29:19 -07:00
parent 82632aff2c
commit 706bdf6512

View File

@ -2070,7 +2070,7 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void {
test "manage resources correctly" {
if (builtin.os.tag == .wasi) return error.SkipZigTest;
if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) {
if (builtin.os.tag == .windows) {
// https://github.com/ziglang/zig/issues/13963
return error.SkipZigTest;
}