Skip to content

Commit 87bc6e4

Browse files
committed
tests
1 parent 3e68f6c commit 87bc6e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbit/test/cluster_minority_SUITE.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ init_per_group(Group, Config0) ->
133133
{rmq_nodes_clustered, false},
134134
{tcp_ports_base},
135135
{net_ticktime, 5}]),
136-
rabbit_ct_helpers:run_steps(Config,
136+
Config1 = rabbit_ct_helpers:merge_app_env(
137+
Config, {rabbit, [{forced_feature_flags_on_init, []}]}),
138+
rabbit_ct_helpers:run_steps(Config1,
137139
rabbit_ct_broker_helpers:setup_steps() ++
138140
rabbit_ct_client_helpers:setup_steps()).
139141

0 commit comments

Comments
 (0)