Skip to content

Commit

Permalink
rptest: Disable CloudStorageTimingStressTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazin committed Apr 21, 2023
1 parent 81ef89a commit 4caaff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rptest/tests/cloud_storage_timing_stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from rptest.clients.types import TopicSpec
from rptest.tests.partition_movement import PartitionMovementMixin
from ducktape.utils.util import wait_until
from ducktape.mark import matrix, ok_to_fail
from rptest.utils.mode_checks import skip_debug_mode

import concurrent.futures
Expand Down Expand Up @@ -439,6 +440,7 @@ def start_check(check):

self.logger.info(f"All checks completed successfuly")

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/10241
@cluster(num_nodes=5)
def test_cloud_storage(self):
"""
Expand All @@ -453,6 +455,7 @@ def test_cloud_storage(self):

self.epilogue()

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/10241
@cluster(
num_nodes=5,
log_allow_list=[r"Error in hydraton loop: .*Connection reset by peer"])
Expand Down

0 comments on commit 4caaff8

Please sign in to comment.