forked from AkkomaGang/akkoma
Skip failing :crypt
test on mac
This commit is contained in:
parent
09d8b9cb55
commit
e32b7ae044
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ test "with a bcrypt hash, it updates to a pkbdf2 hash", %{conn: conn} do
|
||||||
assert "$pbkdf2" <> _ = user.password_hash
|
assert "$pbkdf2" <> _ = user.password_hash
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@tag :skip_on_mac
|
||||||
test "with a crypt hash, it updates to a pkbdf2 hash", %{conn: conn} do
|
test "with a crypt hash, it updates to a pkbdf2 hash", %{conn: conn} do
|
||||||
user =
|
user =
|
||||||
insert(:user,
|
insert(:user,
|
||||||
|
|
Loading…
Reference in a new issue