summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index a117584ae..fed7ce8a7 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -4,9 +4,9 @@
Code.put_compiler_option(:warnings_as_errors, true)
-ExUnit.configure(max_cases: System.schedulers_online())
+ExUnit.configure(capture_log: true, max_cases: System.schedulers_online())
-ExUnit.start(exclude: [:federated, :erratic])
+ExUnit.start(exclude: [:federated])
if match?({:unix, :darwin}, :os.type()) do
excluded = ExUnit.configuration() |> Keyword.get(:exclude, [])