diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-12-27 11:27:25 -0600 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-12-27 11:27:25 -0600 |
| commit | d61a5515e6a7b22c226ee465578cbc5cccce18e4 (patch) | |
| tree | 3717b5535cfe5b9610018a8e57cca9b52a761c95 /test | |
| parent | a659428024e22cbb5316675515cb304d5ea334d2 (diff) | |
| download | pleroma-d61a5515e6a7b22c226ee465578cbc5cccce18e4.tar.gz pleroma-d61a5515e6a7b22c226ee465578cbc5cccce18e4.zip | |
ConnectionPoolTest: tag erratic test
Diffstat (limited to 'test')
| -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) |
