test: move slow and less critical tests to nightly suite
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb2b2436be
commit
050ca4a13c
9 changed files with 243 additions and 55 deletions
|
|
@ -98,6 +98,7 @@ defmodule MvWeb.RoleLiveTest do
|
|||
%{conn: conn, actor: system_actor, user: user}
|
||||
end
|
||||
|
||||
@tag :slow
|
||||
test "mounts successfully", %{conn: conn} do
|
||||
{:ok, _view, _html} = live(conn, "/admin/roles")
|
||||
end
|
||||
|
|
@ -388,6 +389,7 @@ defmodule MvWeb.RoleLiveTest do
|
|||
%{conn: conn, actor: system_actor, user: user}
|
||||
end
|
||||
|
||||
@tag :slow
|
||||
test "deletes non-system role", %{conn: conn} do
|
||||
role = create_role()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue