tests: fix 'no_pool_connections_available' (fixes #2456)

This commit is contained in:
Robert Vollmert
2022-08-31 19:13:53 +02:00
committed by Robert
parent ebc34561fa
commit 554db21f49
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -28,7 +28,6 @@ def test_plain_get(defaultenv):
assert response.status_code == 200
@pytest.mark.xfail(reason="option is broken, issue #2456")
def test_no_pool_connection_available(defaultenv):
"no_pool_connection_available option is functional"
with run(env=defaultenv, no_pool_connection_available=True) as postgrest: