don't run in async if tests depend on env config
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 13 May 2020 05:00:17 +0000 (08:00 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 13 May 2020 08:38:22 +0000 (11:38 +0300)
test/http/connection_test.exs

index 5cc78ad5bc19aa893157831eb01b99103682b1fb..7c94a50b242a6701652254770d8e4ed0ff05ab9c 100644 (file)
@@ -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