authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-14 05:55:24+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-14 05:55:24+01:00
loge0d38561f09c1cf06535153ba4cd0564f5e7bcf1
tree350044ce832ed2f1d1654130ea29afa5b1092718
parent5d71e3051833d20dd2dbfe801e060b3a1a3afa69
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.crypto.argon2: disable flaky test `kdf derived key length`

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

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

lib/std/crypto/argon2.zig+2
...@@ -941,6 +941,8 @@ test "password hash and password verify" {...@@ -941,6 +941,8 @@ test "password hash and password verify" {
941}941}
942942
943test "kdf derived key length" {943test "kdf derived key length" {
944 if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31504
945
944 const allocator = std.testing.allocator;946 const allocator = std.testing.allocator;
945 const io = std.testing.io;947 const io = std.testing.io;
946948