Re-enable mixed version tests for the secondary feature flags suite

This commit is contained in:
Rin Kuryloski 2022-07-27 14:38:12 +02:00
parent 46227fa955
commit e4995253f7
1 changed files with 3 additions and 10 deletions

View File

@ -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).