tests: show that 'no_pool_connections_available' is broken

This commit is contained in:
Robert Vollmert
2022-08-31 19:13:53 +02:00
committed by Robert
parent 5ae9a2b1cf
commit ebc34561fa
2 changed files with 36 additions and 6 deletions
-6
View File
@@ -15,12 +15,6 @@ from util import *
from postgrest import *
def test_port_connection(defaultenv):
"Connections via a port on localhost should work."
with run(env=defaultenv, port=freeport()):
pass
@pytest.mark.parametrize(
"secretpath",
[path for path in (BASEDIR / "secrets").iterdir() if path.suffix != ".jwt"],