summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/queue_master_location_SUITE.erl11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/queue_master_location_SUITE.erl b/test/queue_master_location_SUITE.erl
index 694b2e5d11..1049a263c8 100644
--- a/test/queue_master_location_SUITE.erl
+++ b/test/queue_master_location_SUITE.erl
@@ -58,8 +58,7 @@ groups() ->
declare_config,
calculate_min_master,
calculate_min_master_with_bindings,
- calculate_random,
- calculate_client_local
+ calculate_random
]}
].
@@ -249,14 +248,6 @@ calculate_random(Config) ->
verify_random(Config, Q),
ok.
-calculate_client_local(Config) ->
- setup_test_environment(Config),
- QueueName = rabbit_misc:r(<<"/">>, queue, Q = <<"qm.test">>),
- Args = [{<<"x-queue-master-locator">>, longstr, <<"client-local">>}],
- declare(Config, QueueName, false, false, Args, none),
- verify_client_local(Config, Q),
- ok.
-
%%
%% Setup environment
%%