summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2024-06-20 18:50:07 +0000
committerfeld <feld@feld.me>2024-06-20 18:50:07 +0000
commitfee1e17d877e8b056020d4ffabedf9c434ae2c57 (patch)
tree861a9634edbb3bbaf50f2b03513c88f4a58b85a8 /test
parent1071632a501238b13593f68e2e4625e25ecd465f (diff)
parent9ef021e2dae1a0bc07e997489304875b0d45ec07 (diff)
downloadpleroma-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.exs1
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)