Browse Source

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

Skip failing `:crypt` test on mac

See merge request pleroma/pleroma!2583
fix/http_secury_plug
lain 4 years ago
parent
commit
c8803965af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/plugs/authentication_plug_test.exs

+ 1
- 0
test/plugs/authentication_plug_test.exs View File

@@ -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,


Loading…
Cancel
Save