Skip to content

Commit

Permalink
tests: disable NodeOperationFuzzyTest
Browse files Browse the repository at this point in the history
Pending: #2246

Signed-off-by: John Spray <jcs@vectorized.io>
  • Loading branch information
jcsp committed Sep 29, 2021
1 parent 42d41d0 commit cdf60fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/node_operations_fuzzy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import time

from ducktape.mark.resource import cluster
from ducktape.mark import ignore
from ducktape.utils.util import wait_until
from rptest.clients.kafka_cat import KafkaCat
from rptest.clients.kafka_cli_tools import KafkaCliTools
Expand Down Expand Up @@ -107,6 +108,7 @@ def _create_random_topics(self, count):
nodes
"""

@ignore # https://github.com/vectorizedio/redpanda/issues/2246
@cluster(num_nodes=7)
def test_node_opeartions(self):
# allocate 5 nodes for the cluster
Expand Down

0 comments on commit cdf60fd

Please sign in to comment.