Skip to content

Commit 437566d

Browse files
committed
rename test
1 parent fa9ab16 commit 437566d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/rabbit_local_random_exchange_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ groups() ->
2222
[
2323
{non_parallel_tests, [], [
2424
routed_to_one_local_queue_test,
25-
routed_to_one_nonlocal_queue_test
25+
no_route
2626
]}
2727
].
2828

@@ -85,7 +85,7 @@ routed_to_one_local_queue_test(Config) ->
8585
delete_exchange_and_queues(Config, E, QueueNames),
8686
ok.
8787

88-
routed_to_one_nonlocal_queue_test(Config) ->
88+
no_route(Config) ->
8989

9090
E = make_exchange_name(Config, "0"),
9191
declare_exchange(Config, E),

0 commit comments

Comments
 (0)