mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-03 05:41:08 +00:00
ConnectionPoolTest: tag erratic test
This commit is contained in:
parent
a659428024
commit
d61a5515e6
|
@ -46,6 +46,7 @@ defmodule Pleroma.Gun.ConnectionPoolTest do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@tag :erratic
|
||||||
test "connection limit is respected with concurrent requests" do
|
test "connection limit is respected with concurrent requests" do
|
||||||
clear_config([:connections_pool, :max_connections]) do
|
clear_config([:connections_pool, :max_connections]) do
|
||||||
clear_config([:connections_pool, :max_connections], 1)
|
clear_config([:connections_pool, :max_connections], 1)
|
||||||
|
|
Loading…
Reference in a new issue