Skip to content

Commit 0545dd4

Browse files
committed
Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD
1 parent bd79fbb commit 0545dd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎tests/ptrack.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -4441,11 +4441,14 @@ def test_corrupt_ptrack_map(self):
44414441
# Clean after yourself
44424442
self.del_test_dir(module_name, self.fname)
44434443

4444-
# @unittest.skip("skip")
4444+
# @unittest.skip("skip")
44454445
def test_horizon_lsn_ptrack(self):
44464446
"""
44474447
https://.com/postgrespro/pg_probackup/pull/386
44484448
"""
4449+
if not self.probackup_old_path:
4450+
self.skipTest("You must specify PGPROBACKUPBIN_OLD"
4451+
" for run this test")
44494452
self.assertLessEqual(
44504453
self.version_to_num(self.old_probackup_version),
44514454
self.version_to_num('2.4.15'),

0 commit comments

Comments
 (0)