Skip to content

Commit

Permalink
tests: mark TopicDeleteStressTest ok_to_fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Apr 21, 2022
1 parent 7c96fab commit d35abfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/topic_delete_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from rptest.services.cluster import cluster
from ducktape.utils.util import wait_until
from ducktape.mark import ok_to_fail

import time
import re
Expand Down Expand Up @@ -96,6 +97,7 @@ def __init__(self, test_context):
num_brokers=3,
extra_rp_conf=extra_rp_conf)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4326
@cluster(num_nodes=4)
def stress_test(self):
for i in range(10):
Expand Down

0 comments on commit d35abfd

Please sign in to comment.