diff --git a/test/behavior/comptime_memory.zig b/test/behavior/comptime_memory.zig index e56de79d9d9f062e364e882134395585121c9292..eac33c83b63dd3b77c9a87bb32eeb0bb2dc35375 100644 --- a/test/behavior/comptime_memory.zig +++ b/test/behavior/comptime_memory.zig @@ -400,6 +400,10 @@ test "accessing reinterpreted memory of parent object" { } test "bitcast packed union to integer" { + if (true) { + // https://github.com/ziglang/zig/issues/19384 + return error.SkipZigTest; + } const U = packed union { x: u1, y: u2,