Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rptest: Disable two flaky topic recovery tests #5070

Merged
merged 1 commit into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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