From b13820dcd078c78cc89974ff0d06cff1ed5c99dc Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Tue, 12 Dec 2023 14:09:22 +0400 Subject: Tests: Remove `skip_on_mac` tag --- test/test_helper.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_helper.exs') diff --git a/test/test_helper.exs b/test/test_helper.exs index b7b476bdc..27b777d5f 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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) -- cgit v1.2.3