projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d8b9c
)
Skip failing `:crypt` test on mac
author
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 25 May 2020 19:01:37 +0000
(23:01 +0400)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 25 May 2020 19:01:37 +0000
(23:01 +0400)
test/plugs/authentication_plug_test.exs
patch
|
blob
|
history
diff --git
a/test/plugs/authentication_plug_test.exs
b/test/plugs/authentication_plug_test.exs
index 3c70c1747e65b4f6f288bde42336505a8db18ec9..777ae15aeb076f47b6a64a7da634dac1df950b77 100644
(file)
--- a/
test/plugs/authentication_plug_test.exs
+++ b/
test/plugs/authentication_plug_test.exs
@@
-68,6
+68,7
@@
defmodule Pleroma.Plugs.AuthenticationPlugTest do
assert "$pbkdf2" <> _ = user.password_hash
end
+ @tag :skip_on_mac
test "with a crypt hash, it updates to a pkbdf2 hash", %{conn: conn} do
user =
insert(:user,