1
0
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:
anastasia
2021-02-12 13:08:12 +03:00
parent f324b08180
commit 31a8ea3ff0

View File

@@ -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):
"""
"""