std.crypto.argon2: disable flaky phc format hasher test

https://codeberg.org/ziglang/zig/issues/30682
This commit is contained in:
Alex Rønne Petersen 2026-01-06 10:01:16 +01:00
parent d757d5e6b2
commit b0da914ae6
No known key found for this signature in database

View file

@ -905,6 +905,8 @@ test "kdf" {
}
test "phc format hasher" {
if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30682
const allocator = std.testing.allocator;
const password = "testpass";
const io = std.testing.io;