Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ stop_rabbitmq_nodes(Config) ->
case FindCrashes of
true ->
%% TODO: Make the ignore list configurable.
IgnoredCrashes0 = ["** force_vhost_failure"],
IgnoredCrashes0 = ["** force_vhost_failure", "** killed"],
case rabbit_ct_helpers:get_config(Config, ignored_crashes) of
undefined ->
find_crashes_in_logs(NodeConfigs, IgnoredCrashes0);
Expand Down
Loading