std.crypto.argon2: disable kdf test

https://codeberg.org/ziglang/zig/issues/31402
This commit is contained in:
Alex Rønne Petersen 2026-03-05 18:49:31 +01:00
parent 571543237f
commit b778826df5
No known key found for this signature in database

View file

@ -707,6 +707,8 @@ test "argon2id" {
}
test "kdf" {
if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31402
const password = "password";
const salt = "somesalt";