We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22cb93 commit 034c597Copy full SHA for 034c597
tests/backup.py
@@ -112,8 +112,7 @@ def test_incremental_backup_without_full(self):
112
fname = self.id().split('.')[3]
113
node = self.make_simple_node(
114
base_dir=os.path.join(module_name, fname, 'node'),
115
- initdb_params=['--data-checksums'],
116
- ptrack_enable=True)
+ initdb_params=['--data-checksums'])
117
118
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
119
self.init_pb(backup_dir)
0 commit comments