Skip to content

Commit

Permalink
rptest: Disable test_missing_segment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazin committed May 22, 2022
1 parent 2931591 commit 753af80
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 @@ -6,6 +6,7 @@
#
# https://github.com/redpanda-data/redpanda/blob/master/licenses/rcl.md

from ducktape.mark import ok_to_fail
from rptest.services.cluster import cluster
from ducktape.utils.util import wait_until
from rptest.tests.redpanda_test import RedpandaTest
Expand Down Expand Up @@ -1212,6 +1213,7 @@ def test_missing_partition(self):
self.rpk, self.s3_bucket, self.logger)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4849
@cluster(num_nodes=3,
log_allow_list=MISSING_DATA_ERRORS + TRANSIENT_ERRORS)
def test_missing_segment(self):
Expand Down

0 comments on commit 753af80

Please sign in to comment.