Skip to content

Commit e7fa9a8

Browse files
committed
CT: Fail if we can't init RabbitMQ
1 parent f05b18d commit e7fa9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ do_start_rabbitmq_node(Config, NodeConfig, I) ->
847847
AbortCmd = ["stop-node" | MakeVars],
848848
_ = rabbit_ct_helpers:make(Config, SrcDir, AbortCmd),
849849
%% @todo Need to stop all nodes in the cluster, not just the one node.
850-
{skip, "Failed to initialize RabbitMQ"}
850+
{fail, "Failed to initialize RabbitMQ"}
851851
end;
852852
RunCmd ->
853853
UseSecondary = CanUseSecondary andalso

0 commit comments

Comments
 (0)