We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a5f4b commit e249956Copy full SHA for e249956
deps/rabbit/test/clustering_management_SUITE.erl
@@ -144,9 +144,15 @@ init_per_group(mnesia_store, Config) ->
144
Config
145
end;
146
init_per_group(unclustered_2_nodes, Config) ->
147
- rabbit_ct_helpers:set_config(Config, [{rmq_nodes_clustered, false}]);
+ Config1 = rabbit_ct_helpers:set_config(
148
+ Config, [{rmq_nodes_clustered, false}]),
149
+ rabbit_ct_helpers:merge_app_env(
150
+ Config1, {rabbit, [{forced_feature_flags_on_init, []}]});
151
init_per_group(unclustered_3_nodes, Config) ->
152
153
154
155
156
init_per_group(clustered_2_nodes, Config) ->
157
rabbit_ct_helpers:set_config(Config, [{rmq_nodes_clustered, true}]);
158
init_per_group(clustered_3_nodes, Config) ->
0 commit comments