fix tests with async true
This commit is contained in:
parent
b6bc182510
commit
def399122c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
defmodule MvWeb.UserLive.FormTest do
|
||||
use MvWeb.ConnCase, async: true
|
||||
# async: false to prevent PostgreSQL deadlocks when creating members and users
|
||||
use MvWeb.ConnCase, async: false
|
||||
import Phoenix.LiveViewTest
|
||||
|
||||
# Helper to setup authenticated connection and live view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue