| ... | @@ -905,6 +905,8 @@ test "kdf" { | ... | @@ -905,6 +905,8 @@ test "kdf" { |
| 905 | } | 905 | } |
| 906 | | 906 | |
| 907 | test "phc format hasher" { | 907 | test "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; |