1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-15 07:04:14 +02:00

Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD

This commit is contained in:
Mikhail A. Kulagin
2021-10-15 12:53:07 +03:00
parent bd79fbbbbb
commit 0545dd4a92

View File

@ -4441,11 +4441,14 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
# Clean after yourself
self.del_test_dir(module_name, self.fname)
# @unittest.skip("skip")
# @unittest.skip("skip")
def test_horizon_lsn_ptrack(self):
"""
https://github.com/postgrespro/pg_probackup/pull/386
"""
if not self.probackup_old_path:
self.skipTest("You must specify PGPROBACKUPBIN_OLD"
" for run this test")
self.assertLessEqual(
self.version_to_num(self.old_probackup_version),
self.version_to_num('2.4.15'),