@@ -21,12 +21,12 @@ suite() ->
2121
2222all () ->
2323 [
24- {group , rabbitmq },
25- {group , rabbitmq_strict },
26- {group , activemq },
27- {group , ibmmq },
28- {group , activemq_no_anon },
29- {group , mock }
24+ % {group, rabbitmq},
25+ % {group, rabbitmq_strict},
26+ % {group, activemq},
27+ {group , ibmmq }
28+ % {group, activemq_no_anon},
29+ % {group, mock}
3030 ].
3131
3232groups () ->
@@ -132,11 +132,11 @@ init_per_group(activemq, Config0) ->
132132 rabbit_ct_helpers :run_steps (Config ,
133133 activemq_ct_helpers :setup_steps (" activemq.xml" ));
134134
135- init_per_group (ibmmq , Config ) ->
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 }
135+ init_per_group (ibmmq , Config ) ->
136+ ct :log (" Found arch: ~p " , [erlang :system_info (system_architecture )]),
137+ case string :find (erlang :system_info (system_architecture ), " x86 " ) of
138+ nomatch -> { skip , no_arm64_docker_image_for_ibmmq } ;
139+ _ -> rabbit_ct_helpers : run_steps ( Config , ibmmq_ct_helpers : setup_steps ())
140140 end ;
141141
142142init_per_group (activemq_no_anon , Config0 ) ->
0 commit comments