We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be8197 + ff6ebdc commit ccdc363Copy full SHA for ccdc363
tests/rptest/tests/upgrade_test.py
@@ -12,7 +12,7 @@
12
from collections import defaultdict
13
from packaging.version import Version
14
15
-from ducktape.mark import parametrize, matrix
+from ducktape.mark import parametrize, matrix, ok_to_fail
16
from ducktape.utils.util import wait_until
17
from rptest.services.admin import Admin
18
from rptest.clients.rpk import RpkTool
@@ -286,6 +286,7 @@ def setUp(self):
286
self.start_consumer(num_nodes=1)
287
self.await_startup(min_records=self.producer_msgs_per_sec)
288
289
+ @ok_to_fail
290
@cluster(num_nodes=5, log_allow_list=RESTART_LOG_ALLOW_LIST)
291
def test_rolling_upgrade(self):
292
self.installer.install(self.redpanda.nodes, RedpandaInstaller.HEAD)
0 commit comments