mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-07 13:40:17 +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()
|
node.slow_start()
|
||||||
|
|
||||||
if node.major_version >= 12:
|
if node.major_version >= 12:
|
||||||
|
self.skipTest("skip --- we do not need ptrack_get_block for ptrack 2.*")
|
||||||
node.safe_psql(
|
node.safe_psql(
|
||||||
"postgres",
|
"postgres",
|
||||||
"CREATE EXTENSION ptrack")
|
"CREATE EXTENSION ptrack")
|
||||||
|
Loading…
Reference in New Issue
Block a user