diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-04-10 12:24:48 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-04-10 12:24:48 +0300 |
| commit | be144f487c2eb69df0e6c39a58e3ce0adb8d8a26 (patch) | |
| tree | b6385323bcf511947a182d50b2c0b16eba9d7ead /test | |
| parent | 3b253f4e02d079ef80f5b2423b846daa6500b848 (diff) | |
| download | rabbitmq-server-git-be144f487c2eb69df0e6c39a58e3ce0adb8d8a26.tar.gz | |
Attempt to correct a test
Diffstat (limited to 'test')
| -rw-r--r-- | test/clustering_management_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/clustering_management_SUITE.erl b/test/clustering_management_SUITE.erl index e0865ca115..9d4b0d4a9a 100644 --- a/test/clustering_management_SUITE.erl +++ b/test/clustering_management_SUITE.erl @@ -625,9 +625,6 @@ erlang_config(Config) -> ok = start_app(Hare), assert_clustered([Rabbit, Hare]), - %% If we use an invalid node type, the node fails to start. - %% The Erlang VM has stopped after previous rabbit app failure - rabbit_ct_broker_helpers:start_node(Config, Hare), ok = stop_app(Hare), ok = reset(Hare), ok = rpc:call(Hare, application, set_env, |
