Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 034c597

Browse files
committed
Follow-up to 7ca590c, fix tests.backup.BackupTest.test_incremental_backup_without_full
1 parent e22cb93 commit 034c597

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/backup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ def test_incremental_backup_without_full(self):
112112
fname = self.id().split('.')[3]
113113
node = self.make_simple_node(
114114
base_dir=os.path.join(module_name, fname, 'node'),
115-
initdb_params=['--data-checksums'],
116-
ptrack_enable=True)
115+
initdb_params=['--data-checksums'])
117116

118117
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
119118
self.init_pb(backup_dir)

0 commit comments

Comments
 (0)