Skip to content

Commit

Permalink
test(crypto): remove hash test
Browse files Browse the repository at this point in the history
The current bcrypt 14 work difficulty is very slow on my old Core i7
machine (~30s), so running the full test suite is needlessly slow.
HashPassword is not even used by Disco, but I don't want to remove it.
The implementation is only a single line, so coverage doesn't matter in
this case. And this is not even my code, but it was copied from
cryptopasta, so I can always add it back if needed.
  • Loading branch information
imiric committed Apr 20, 2024
1 parent e11199b commit 3ed1806
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions crypto/hash_test.go

This file was deleted.

0 comments on commit 3ed1806

Please sign in to comment.