diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-04-15 12:15:08 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-04-15 12:15:08 +0100 |
| commit | 9d4ec7e067788a614751ce5df7e72e7be7cc4324 (patch) | |
| tree | 47178347b2dce3413459abcdfec3c305ce81fcba /src | |
| parent | 16a88175f8e00bab805bbfd28eec0e78f6939c6f (diff) | |
| download | rabbitmq-server-git-9d4ec7e067788a614751ce5df7e72e7be7cc4324.tar.gz | |
Java tests need the cluster to be left up if there's more than one node, see bug 22613.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index ed7b2e6062..f7060b0f60 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -87,11 +87,6 @@ run_cluster_dependent_tests(SecondaryNode) -> passed = test_delegates_async(SecondaryNode), passed = test_delegates_sync(SecondaryNode), - ok = control_action(stop_app, []), - ok = control_action(reset, []), - ok = control_action(cluster, []), - ok = control_action(start_app, []), - passed. test_priority_queue() -> |
