1
0
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:
Alexey Kondratov 2020-05-06 15:58:16 +03:00 committed by Grigory Smolkin
parent 667a80edfb
commit 75f8a1a585

View File

@ -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")