Skip to content

Commit

Permalink
tests: removed not required node configuration override
Browse files Browse the repository at this point in the history
The `node_config_overrides` is not required for the test to work, it was
added by mistake while developing the test.

Signed-off-by: Michał Maślanka <[email protected]>
  • Loading branch information
mmaslankaprv committed Nov 20, 2024
1 parent b264f52 commit 88781e6
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 88781e6

Please sign in to comment.