File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ all() ->
24
24
{group , rabbitmq },
25
25
{group , rabbitmq_strict },
26
26
{group , activemq },
27
- {group , ibmmq },
27
+ {group , ibmmq }
28
28
{group , activemq_no_anon },
29
29
{group , mock }
30
30
].
@@ -133,7 +133,11 @@ init_per_group(activemq, Config0) ->
133
133
activemq_ct_helpers :setup_steps (" activemq.xml" ));
134
134
135
135
init_per_group (ibmmq , Config ) ->
136
- rabbit_ct_helpers :run_steps (Config , ibmmq_ct_helpers :setup_steps ());
136
+ ct :log (" running arch ~p " , [erlang :system_info (system_architecture )]),
137
+ case string :find (erlang :system_info (system_architecture ), " ARM" ) of
138
+ nomatch -> rabbit_ct_helpers :run_steps (Config , ibmmq_ct_helpers :setup_steps ());
139
+ _ -> {skip , no_arm64_docker_image_for_ibmmq }
140
+ end ;
137
141
138
142
init_per_group (activemq_no_anon , Config0 ) ->
139
143
Config = rabbit_ct_helpers :set_config (
You can’t perform that action at this time.
0 commit comments