mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
Skip test_ptrack_get_block for ptrack 2.*
This commit is contained in:
parent
667a80edfb
commit
75f8a1a585
@ -631,6 +631,7 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
|
||||
node.slow_start()
|
||||
|
||||
if node.major_version >= 12:
|
||||
self.skipTest("skip --- we do not need ptrack_get_block for ptrack 2.*")
|
||||
node.safe_psql(
|
||||
"postgres",
|
||||
"CREATE EXTENSION ptrack")
|
||||
|
Loading…
Reference in New Issue
Block a user