mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.crypto.argon2: disable flaky phc format hasher test
https://codeberg.org/ziglang/zig/issues/30682
This commit is contained in:
parent
d757d5e6b2
commit
b0da914ae6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue