You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-09-16 09:26:30 +02:00
tests: Skip test_incr_lsn_long_xact_1, when testing with PostgresPro Enterprise
This commit is contained in:
@@ -1711,6 +1711,9 @@ class IncrRestoreTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
# @unittest.skip("skip")
|
||||
# @unittest.expectedFailure
|
||||
# This test will pass with Enterprise
|
||||
# because it has checksums enabled by default
|
||||
@unittest.skipIf(ProbackupTest.enterprise, 'skip')
|
||||
def test_incr_lsn_long_xact_1(self):
|
||||
"""
|
||||
"""
|
||||
|
Reference in New Issue
Block a user