From a0535450076663d8fa3faec5d629553f5c84e6d0 Mon Sep 17 00:00:00 2001 From: Michal Maslanka Date: Thu, 7 Jul 2022 08:32:25 +0200 Subject: [PATCH] tests/node_ops: removed obsolete comment Signed-off-by: Michal Maslanka --- tests/rptest/scale_tests/node_operations_fuzzy_test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/rptest/scale_tests/node_operations_fuzzy_test.py b/tests/rptest/scale_tests/node_operations_fuzzy_test.py index b0a975f20c13..f461e04971c6 100644 --- a/tests/rptest/scale_tests/node_operations_fuzzy_test.py +++ b/tests/rptest/scale_tests/node_operations_fuzzy_test.py @@ -92,11 +92,6 @@ def _create_random_topics(self, count): return topics - """ - Adding nodes to the cluster should result in partition reallocations to new - nodes - """ - @cluster(num_nodes=7, log_allow_list=CHAOS_LOG_ALLOW_LIST) @parametrize(enable_failures=True) @parametrize(enable_failures=False)