1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

properly skip ptrack tests.

This commit is contained in:
Yura Sokolov
2022-11-15 11:13:06 +03:00
parent 4869a564d0
commit 4505def249
+1 -1
View File
@@ -16,7 +16,7 @@ module_name = 'ptrack'
class PtrackTest(ProbackupTest, unittest.TestCase):
def setUp(self):
if self.pg_config_version < self.version_to_num('11.0'):
return unittest.skip('You need PostgreSQL >= 11 for this test')
self.skipTest('You need PostgreSQL >= 11 for this test')
self.fname = self.id().split('.')[3]
# @unittest.skip("skip")