Skip to content

Commit 31a8ea3

Browse files
committed
tests: Skip test_incr_lsn_long_xact_1, when testing with PostgresPro Enterprise
1 parent f324b08 commit 31a8ea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/incr_restore.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,9 @@ def test_incr_checksum_long_xact(self):
17111711

17121712
# @unittest.skip("skip")
17131713
# @unittest.expectedFailure
1714+
# This test will pass with Enterprise
1715+
# because it has checksums enabled by default
1716+
@unittest.skipIf(ProbackupTest.enterprise, 'skip')
17141717
def test_incr_lsn_long_xact_1(self):
17151718
"""
17161719
"""

0 commit comments

Comments
 (0)