Skip to content

Commit aeda7f4

Browse files
shovel_status_command_SUITE: ignore one more expected log exception
(cherry picked from commit 726a8dd)
1 parent 76036a8 commit aeda7f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deps/rabbitmq_shovel/test/shovel_status_command_SUITE.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ groups() ->
3939
init_per_suite(Config) ->
4040
rabbit_ct_helpers:log_environment(),
4141
Config1 = rabbit_ct_helpers:set_config(Config, [
42-
{rmq_nodename_suffix, ?MODULE}
42+
{rmq_nodename_suffix, ?MODULE},
43+
{ignored_crashes, [
44+
"stopping because dependent process"
45+
]}
4346
]),
4447
Config2 = rabbit_ct_helpers:run_setup_steps(Config1,
4548
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)