Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4869a56 commit 4505defCopy full SHA for 4505def
tests/ptrack.py
@@ -16,7 +16,7 @@
16
class PtrackTest(ProbackupTest, unittest.TestCase):
17
def setUp(self):
18
if self.pg_config_version < self.version_to_num('11.0'):
19
- return unittest.skip('You need PostgreSQL >= 11 for this test')
+ self.skipTest('You need PostgreSQL >= 11 for this test')
20
self.fname = self.id().split('.')[3]
21
22
# @unittest.skip("skip")
0 commit comments