Skip to content

Commit 853d685

Browse files
committed
tests: disable autostart
1 parent 985ddf8 commit 853d685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def make_simple_node(
358358
options['log_min_duration_statement'] = 0
359359
options['log_connections'] = 'on'
360360
options['log_disconnections'] = 'on'
361+
options['restart_after_crash'] = 'off'
361362

362363
# Allow replication in pg_hba.conf
363364
if set_replication:

0 commit comments

Comments
 (0)