diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-27 17:41:28 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-27 17:41:28 +0000 |
commit | 9b5dbd20b09a7463c4dde60fe70a8264cfbd90e3 (patch) | |
tree | 3717b5535cfe5b9610018a8e57cca9b52a761c95 | |
parent | a659428024e22cbb5316675515cb304d5ea334d2 (diff) | |
parent | d61a5515e6a7b22c226ee465578cbc5cccce18e4 (diff) | |
download | pleroma-9b5dbd20b09a7463c4dde60fe70a8264cfbd90e3.tar.gz |
Merge branch 'tag-gun-erratic' into 'develop'
ConnectionPoolTest: tag erratic test
See merge request pleroma/pleroma!3580
-rw-r--r-- | test/pleroma/gun/connection_pool_test.exs | 1 |
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) |