Skip to content

Commit

Permalink
tests: ok_to_fail empty segment recovery case
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Apr 26, 2023
1 parent 05d4097 commit a5c530c
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 @@ -17,6 +17,7 @@
from typing import Callable, NamedTuple, Optional, Sequence

import requests
from ducktape.mark import ok_to_fail
from ducktape.cluster.cluster import ClusterNode
from ducktape.mark import matrix
from ducktape.tests.test import TestContext
Expand Down Expand Up @@ -1341,6 +1342,7 @@ def test_no_data(self, cloud_storage_type):
self.rpk_producer_maker)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/10219
@cluster(num_nodes=3,
log_allow_list=MISSING_DATA_ERRORS + TRANSIENT_ERRORS)
@matrix(cloud_storage_type=get_cloud_storage_type())
Expand Down

0 comments on commit a5c530c

Please sign in to comment.