diff options
author | lain <lain@soykaf.club> | 2020-05-26 08:32:13 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-26 08:32:13 +0000 |
commit | c8803965af543ebd4ee1eb287e1540e25c498bf0 (patch) | |
tree | 77a859e6fa8897b84ca7ecc67843106e38ee41ac | |
parent | 09d8b9cb553dc0d5cf18864ee0d82f099c82e5e9 (diff) | |
parent | e32b7ae044be284c4b0d596d2effd1c7801873b3 (diff) | |
download | pleroma-c8803965af543ebd4ee1eb287e1540e25c498bf0.tar.gz pleroma-c8803965af543ebd4ee1eb287e1540e25c498bf0.zip |
Merge branch 'skip-crypt-test' into 'develop'
Skip failing `:crypt` test on mac
See merge request pleroma/pleroma!2583
-rw-r--r-- | test/plugs/authentication_plug_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugs/authentication_plug_test.exs b/test/plugs/authentication_plug_test.exs index 3c70c1747..777ae15ae 100644 --- 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, |