summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-06-20 19:43:39 +0000
committerMark Felder <feld@feld.me>2024-06-20 19:43:39 +0000
commit7d5065819c5aad2229d535cc513826f77f0dd25c (patch)
treed1a0bb58f13b2973dad4f600148071db3382b125 /test
parentfee1e17d877e8b056020d4ffabedf9c434ae2c57 (diff)
downloadpleroma-7d5065819c5aad2229d535cc513826f77f0dd25c.tar.gz
pleroma-7d5065819c5aad2229d535cc513826f77f0dd25c.zip
Enable erratic tests
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index 4033631eb..fed7ce8a7 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -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, [])