Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4505def

Browse files
committed
properly skip ptrack tests.
1 parent 4869a56 commit 4505def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ptrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class PtrackTest(ProbackupTest, unittest.TestCase):
1717
def setUp(self):
1818
if self.pg_config_version < self.version_to_num('11.0'):
19-
return unittest.skip('You need PostgreSQL >= 11 for this test')
19+
self.skipTest('You need PostgreSQL >= 11 for this test')
2020
self.fname = self.id().split('.')[3]
2121

2222
# @unittest.skip("skip")

0 commit comments

Comments
 (0)