1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00

Tests. Expect failure in test_validate_target_lsn, because it requires multi-timeline WAL validation, which is not implemented yet

This commit is contained in:
anastasia 2021-02-10 19:44:38 +03:00
parent 6dcf64a907
commit 2305d1fdda

View File

@ -3451,7 +3451,8 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
# Clean after yourself # Clean after yourself
self.del_test_dir(module_name, fname) self.del_test_dir(module_name, fname)
# @unittest.expectedFailure #TODO fix the test
@unittest.expectedFailure
# @unittest.skip("skip") # @unittest.skip("skip")
def test_validate_target_lsn(self): def test_validate_target_lsn(self):
""" """