From 75f8a1a5852bf4a48545b3bdf5c93b6615497788 Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Wed, 6 May 2020 15:58:16 +0300 Subject: [PATCH] Skip test_ptrack_get_block for ptrack 2.* --- tests/ptrack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ptrack.py b/tests/ptrack.py index 9f9dbac5..db158081 100644 --- a/tests/ptrack.py +++ b/tests/ptrack.py @@ -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")