Enable erratic tests

This commit is contained in:
Mark Felder 2024-06-20 19:43:39 +00:00
commit 7d5065819c
3 changed files with 1 additions and 15 deletions

View file

@ -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, [])