forked from AkkomaGang/akkoma
Merge branch 'skip-crypt-test' into 'develop'
Skip failing `:crypt` test on mac See merge request pleroma/pleroma!2583
This commit is contained in:
commit
c8803965af
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