Skip to content

Commit

Permalink
tests: mark ok_to_fail EndToEndTopicRecovery.test_restore_with_aborte…
Browse files Browse the repository at this point in the history
…d_tx
  • Loading branch information
rystsov committed Sep 12, 2022
1 parent 36d7bb6 commit e7a512c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/e2e_topic_recovery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from rptest.tests.redpanda_test import RedpandaTest
from rptest.services.kgo_verifier_services import KgoVerifierProducer, KgoVerifierSeqConsumer
from ducktape.utils.util import wait_until
from ducktape.mark import ok_to_fail
import time
import json
import re
Expand Down Expand Up @@ -187,6 +188,7 @@ def s3_has_all_data():
assert produce_acked >= num_messages
assert consume_valid >= produce_acked, f"produced {produce_acked}, consumed {consume_valid}"

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6328
@cluster(num_nodes=4, log_allow_list=ALLOWED_ERROR_LOG_LINES)
@matrix(recovery_overrides=[{}, {
'retention.bytes': 1024,
Expand Down

0 comments on commit e7a512c

Please sign in to comment.