authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 10:01:16+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 10:01:16+01:00
logb0da914ae6cc21202c0b533d5aa8fda01637ff43
treefefa51068169846ad84853322cdc89bd1d6d40a5
parentd757d5e6b2ef263c000b8afb0abdd986dd745537
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

https://codeberg.org/ziglang/zig/issues/30682

1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/crypto/argon2.zig+2
...@@ -905,6 +905,8 @@ test "kdf" {...@@ -905,6 +905,8 @@ test "kdf" {
905}905}
906906
907test "phc format hasher" {907test "phc format hasher" {
908 if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30682
909
908 const allocator = std.testing.allocator;910 const allocator = std.testing.allocator;
909 const password = "testpass";911 const password = "testpass";
910 const io = std.testing.io;912 const io = std.testing.io;