summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-12-27 11:27:25 -0600
committerAlex Gleason <alex@alexgleason.me>2021-12-27 11:27:25 -0600
commitd61a5515e6a7b22c226ee465578cbc5cccce18e4 (patch)
tree3717b5535cfe5b9610018a8e57cca9b52a761c95
parenta659428024e22cbb5316675515cb304d5ea334d2 (diff)
ConnectionPoolTest: tag erratic test
-rw-r--r--test/pleroma/gun/connection_pool_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/gun/connection_pool_test.exs b/test/pleroma/gun/connection_pool_test.exs
index 4b3158625..51637f541 100644
--- a/test/pleroma/gun/connection_pool_test.exs
+++ b/test/pleroma/gun/connection_pool_test.exs
@@ -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)