Skip to content

Commit 78af8e9

Browse files
committed
Don't find crashes in logs in cluster_SUITE
There's one test that kills the queue on purpose.
1 parent 30aa44e commit 78af8e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbit/test/cluster_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ init_per_group(Group, Config) ->
6363
true ->
6464
Config1 = rabbit_ct_helpers:set_config(Config, [
6565
{rmq_nodename_suffix, Group},
66-
{rmq_nodes_count, 2}
66+
{rmq_nodes_count, 2},
67+
{find_crashes, false} %% we crash some queues on purpose
6768
]),
6869
rabbit_ct_helpers:run_steps(Config1,
6970
rabbit_ct_broker_helpers:setup_steps() ++

0 commit comments

Comments
 (0)