Enable erratic tests
This commit is contained in:
parent
fee1e17d87
commit
7d5065819c
3 changed files with 1 additions and 15 deletions
|
|
@ -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, [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue