Skip to content

Commit 987e327

Browse files
committed
Skip test test_synchronous_replication for versions < 9.6
1 parent 7ee0c20 commit 987e327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/test_simple.py

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def test_replicate(self):
414414
res = node.execute('select * from test')
415415
self.assertListEqual(res, [])
416416

417+
@unittest.skipUnless(pg_version_ge('9.6'), 'requires 9.6+')
417418
def test_synchronous_replication(self):
418419
with get_new_node() as master:
419420
old_version = not pg_version_ge('9.6')

0 commit comments

Comments
 (0)