From 2d816feadd2f1ab563a91b8dce0b44a406263398 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 2 Feb 2018 10:59:10 -0500 Subject: [PATCH] Trace will disable async tests --- test/test_helper.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.exs b/test/test_helper.exs index 72e5588..2ca555d 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1,6 +1,6 @@ {:ok, _} = Application.ensure_all_started(:wallaby) -ExUnit.start(trace: true) +ExUnit.start() Ecto.Adapters.SQL.Sandbox.mode(Chess.Repo, :manual)