ConnectionPoolTest: tag erratic test
authorAlex Gleason <alex@alexgleason.me>
Mon, 27 Dec 2021 17:27:25 +0000 (11:27 -0600)
committerAlex Gleason <alex@alexgleason.me>
Mon, 27 Dec 2021 17:27:25 +0000 (11:27 -0600)
test/pleroma/gun/connection_pool_test.exs

index 4b315862560a9ec0a0f0b9ada3f382b7b743d29a..51637f5412d95df5398c7966e9e0070b2a705fb0 100644 (file)
@@ -46,6 +46,7 @@ defmodule Pleroma.Gun.ConnectionPoolTest do
       end
   end
 
+  @tag :erratic
   test "connection limit is respected with concurrent requests" do
     clear_config([:connections_pool, :max_connections]) do
       clear_config([:connections_pool, :max_connections], 1)