diff options
author | lain <lain@soykaf.club> | 2020-05-13 13:38:32 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-13 13:38:32 +0000 |
commit | da550be066a15108ceef7874c3b2549c049a7f88 (patch) | |
tree | 8b9f59c625da682d54c462ee31c125bd4e444814 /test/http/connection_test.exs | |
parent | 6706cdce65f8b2dda55380dbfdad5e41e600af2d (diff) | |
parent | fbe3d3aa5fe07a89c52a16b7bf0626e323366597 (diff) | |
download | pleroma-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.exs | 2 |
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 |