From 7d5065819c5aad2229d535cc513826f77f0dd25c Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 20 Jun 2024 19:43:39 +0000 Subject: Enable erratic tests --- test/test_helper.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_helper.exs') diff --git a/test/test_helper.exs b/test/test_helper.exs index 4033631eb..fed7ce8a7 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -6,7 +6,7 @@ Code.put_compiler_option(:warnings_as_errors, true) 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, []) -- cgit v1.2.3