Tests: Remove skip_on_mac tag

This commit is contained in:
Lain Soykaf 2023-12-12 14:09:22 +04:00
commit b13820dcd0
3 changed files with 1 additions and 4 deletions

View file

@ -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)