Re-enable mixed version tests for the secondary feature flags suite
This commit is contained in:
parent
46227fa955
commit
e4995253f7
|
|
@ -54,16 +54,9 @@ end_per_suite(Config) ->
|
|||
feature_flags_SUITE:end_per_suite(Config).
|
||||
|
||||
init_per_group(enabling_in_cluster, Config) ->
|
||||
case rabbit_ct_helpers:is_mixed_versions() of
|
||||
true ->
|
||||
%% This test relies on functions only exported for test,
|
||||
%% which is not true of mixed version nodes in bazel
|
||||
{skip, "mixed mode not supported"};
|
||||
_ ->
|
||||
rabbit_ct_helpers:set_config(
|
||||
Config,
|
||||
[{rmq_nodes_count, 3}])
|
||||
end;
|
||||
rabbit_ct_helpers:set_config(
|
||||
Config,
|
||||
[{rmq_nodes_count, 3}]);
|
||||
init_per_group(Group, Config) ->
|
||||
feature_flags_SUITE:init_per_group(Group, Config).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue