logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d61a5515e6a7b22c226ee465578cbc5cccce18e4
parent a659428024e22cbb5316675515cb304d5ea334d2
Author: Alex Gleason <alex@alexgleason.me>
Date:   Mon, 27 Dec 2021 11:27:25 -0600

ConnectionPoolTest: tag erratic test

Diffstat:

Mtest/pleroma/gun/connection_pool_test.exs1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)