diff options
author | feld <feld@feld.me> | 2024-06-20 18:50:07 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-06-20 18:50:07 +0000 |
commit | fee1e17d877e8b056020d4ffabedf9c434ae2c57 (patch) | |
tree | 861a9634edbb3bbaf50f2b03513c88f4a58b85a8 /test | |
parent | 1071632a501238b13593f68e2e4625e25ecd465f (diff) | |
parent | 9ef021e2dae1a0bc07e997489304875b0d45ec07 (diff) | |
download | pleroma-fee1e17d877e8b056020d4ffabedf9c434ae2c57.tar.gz pleroma-fee1e17d877e8b056020d4ffabedf9c434ae2c57.zip |
Merge branch 'erratic/gun' into 'develop'
Gun Connection Pool: successfully retry after reclaiming the pool
See merge request pleroma/pleroma!4154
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) |