Tests: Remove skip_on_mac tag
This commit is contained in:
parent
190120fd79
commit
b13820dcd0
3 changed files with 1 additions and 4 deletions
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
Code.put_compiler_option(:warnings_as_errors, true)
|
||||
|
||||
os_exclude = if :os.type() == {:unix, :darwin}, do: [skip_on_mac: true], else: []
|
||||
ExUnit.start(exclude: [:federated, :erratic] ++ os_exclude)
|
||||
ExUnit.start(exclude: [:federated, :erratic])
|
||||
|
||||
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue