Skip to content

Commit

Permalink
Merge pull request #5070 from Lazin/fix/disable-topic-recovery-tests
Browse files Browse the repository at this point in the history
rptest: Disable two flaky topic recovery tests
  • Loading branch information
Lazin committed Jun 8, 2022
2 parents b245f35 + 758cb1b commit 75fcbf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/topic_recovery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,7 @@ def test_fast1(self):
self.rpk_producer_maker, topics)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4960
@cluster(num_nodes=4, log_allow_list=TRANSIENT_ERRORS)
def test_fast2(self):
"""Basic recovery test. This test stresses successful recovery
Expand Down Expand Up @@ -1334,6 +1335,7 @@ def test_fast3(self):
self.rpk_producer_maker, topics)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4887
@cluster(num_nodes=3, log_allow_list=TRANSIENT_ERRORS)
def test_size_based_retention(self):
"""Test topic recovery with size based retention policy.
Expand Down

0 comments on commit 75fcbf6

Please sign in to comment.