diff options
author | Mark Felder <feld@feld.me> | 2024-06-20 14:03:22 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-20 14:03:22 -0400 |
commit | c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0 (patch) | |
tree | 51be39289cc9c81df0be17edde1087c8e08e4087 /test | |
parent | 1071632a501238b13593f68e2e4625e25ecd465f (diff) | |
download | pleroma-c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0.tar.gz pleroma-c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0.zip |
Gun Connection Pool: successfully retry after reclaiming the pool
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/gun/connection_pool_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/gun/connection_pool_test.exs b/test/pleroma/gun/connection_pool_test.exs index e0c9e9904..f3670760d 100644 --- a/test/pleroma/gun/connection_pool_test.exs +++ b/test/pleroma/gun/connection_pool_test.exs @@ -46,7 +46,6 @@ 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) |