Skip to content

Commit 2305d1f

Browse files
committed
Tests. Expect failure in test_validate_target_lsn, because it requires multi-timeline WAL validation, which is not implemented yet
1 parent 6dcf64a commit 2305d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/validate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3451,7 +3451,8 @@ def test_validate_corrupt_tablespace_map(self):
34513451
# Clean after yourself
34523452
self.del_test_dir(module_name, fname)
34533453

3454-
# @unittest.expectedFailure
3454+
#TODO fix the test
3455+
@unittest.expectedFailure
34553456
# @unittest.skip("skip")
34563457
def test_validate_target_lsn(self):
34573458
"""

0 commit comments

Comments
 (0)