File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
deps/rabbitmq_peer_discovery_aws/test Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ ecs_up(Config) ->
169
169
ProfileName = ? config (ecs_profile_name , Config ),
170
170
ClusterSize = ? config (ecs_cluster_size , Config ),
171
171
UpCmd = [EcsCliCmd , " up" ,
172
+ " --force" ,
172
173
" --instance-role" , InstanceRole ,
173
174
" --size" , integer_to_list (ClusterSize ),
174
175
" --instance-type" , " t2.medium" ,
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ groups() ->
44
44
init_per_suite (Config ) ->
45
45
case rabbit_ct_helpers :is_mixed_versions () of
46
46
true ->
47
- % % These test would like passed in mixed versions, but they won't
48
- % % actually honor mixed versions as currently specified via env var
47
+ % % These test would likely pass in mixed versions, but they won't
48
+ % % actually honor mixed versions like the other suites, as these
49
+ % % tests are docker image based
49
50
{skip , " not mixed versions compatible" };
50
51
_ ->
51
52
inets :start (),
You can’t perform that action at this time.
0 commit comments