Skip to content

Commit

Permalink
Merge pull request #24197 from mmaslankaprv/fix-incorrect-node-override
Browse files Browse the repository at this point in the history
tests: removed not required node configuration override
  • Loading branch information
mmaslankaprv authored Nov 20, 2024
2 parents 1fb9987 + 88781e6 commit 1d42061
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/rptest/tests/partition_force_reconfiguration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,8 @@ def _alive_nodes(self):

def setUp(self):
# add node config override not to spawn a new cluster with empty seed servers
self.redpanda.start(
auto_assign_node_id=True,
omit_seeds_on_idx_one=True,
node_config_overrides={"empty_seed_starts_cluster": False})
self.redpanda.start(auto_assign_node_id=True,
omit_seeds_on_idx_one=True)

def collect_topic_partition_states(self, topic):
states = {}
Expand Down

0 comments on commit 1d42061

Please sign in to comment.