| ... | @@ -941,6 +941,8 @@ test "password hash and password verify" { | ... | @@ -941,6 +941,8 @@ test "password hash and password verify" { |
| 941 | } | 941 | } |
| 942 | | 942 | |
| 943 | test "kdf derived key length" { | 943 | test "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; |
| 946 | | 948 | |