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 b4d565f commit c32f854Copy full SHA for c32f854
tests/catchup.py
@@ -1502,6 +1502,9 @@ def test_dry_run_catchup_ptrack(self):
1502
"""
1503
Test dry-run option for catchup in incremental ptrack mode
1504
1505
+ if not self.ptrack:
1506
+ return unittest.skip('Skipped because ptrack support is disabled')
1507
+
1508
# preparation 1: source
1509
src_pg = self.make_simple_node(
1510
base_dir = os.path.join(module_name, self.fname, 'src'),
0 commit comments