Skip to content

Commit 4416050

Browse files
committed
skip test that does pg_terminate_backend
1 parent 1ad6dc6 commit 4416050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/io/test_io.py

+1
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ def test_fail_with_invalid_dbname_and_automatic_recovery_disabled(defaultenv):
12081208
assert exitCode == 1
12091209

12101210

1211+
@pytest.mark.skip
12111212
def test_fail_with_automatic_recovery_disabled_and_terminated_using_query(defaultenv):
12121213
"Should fail without retries when automatic recovery is disabled and pg_terminate_backend(pid) is called"
12131214

0 commit comments

Comments
 (0)