File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -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 () ->
@@ -134,7 +134,7 @@ init_per_group(activemq, Config0) ->
134134
135135init_per_group (ibmmq , Config ) ->
136136 ct :log (" Found arch: ~p " , [erlang :system_info (system_architecture )]),
137- case string :find (erlang :system_info (system_architecture ), " x86 " ) of
137+ case string :find (erlang :system_info (system_architecture ), " x86_64 " ) of
138138 nomatch -> {skip , no_arm64_docker_image_for_ibmmq };
139139 _ -> rabbit_ct_helpers :run_steps (Config , ibmmq_ct_helpers :setup_steps ())
140140 end ;
You can’t perform that action at this time.
0 commit comments