logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: c8803965af543ebd4ee1eb287e1540e25c498bf0
parent: 09d8b9cb553dc0d5cf18864ee0d82f099c82e5e9
Author: lain <lain@soykaf.club>
Date:   Tue, 26 May 2020 08:32:13 +0000

Merge branch 'skip-crypt-test' into 'develop'

Skip failing `:crypt` test on mac

See merge request pleroma/pleroma!2583

Diffstat:

Mtest/plugs/authentication_plug_test.exs1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,