summaryrefslogtreecommitdiff
path: root/test/http/connection_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-13 13:38:32 +0000
committerlain <lain@soykaf.club>2020-05-13 13:38:32 +0000
commitda550be066a15108ceef7874c3b2549c049a7f88 (patch)
tree8b9f59c625da682d54c462ee31c125bd4e444814 /test/http/connection_test.exs
parent6706cdce65f8b2dda55380dbfdad5e41e600af2d (diff)
parentfbe3d3aa5fe07a89c52a16b7bf0626e323366597 (diff)
downloadpleroma-da550be066a15108ceef7874c3b2549c049a7f88.tar.gz
pleroma-da550be066a15108ceef7874c3b2549c049a7f88.zip
Merge branch 'fix/1742-random-failing-tests' into 'develop'
Fix sporadically failing tests See merge request pleroma/pleroma!2524
Diffstat (limited to 'test/http/connection_test.exs')
-rw-r--r--test/http/connection_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs
index 5cc78ad5b..7c94a50b2 100644
--- a/test/http/connection_test.exs
+++ b/test/http/connection_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.HTTP.ConnectionTest do
- use ExUnit.Case, async: true
+ use ExUnit.Case
use Pleroma.Tests.Helpers
import ExUnit.CaptureLog