diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-03-31 00:19:34 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-03-31 00:19:34 +0300 |
| commit | 3da9ace1c8599d2bd4aacebcee757aa787ebf716 (patch) | |
| tree | be31853c590c71987fd0c1690cbe0810a91b76e6 | |
| parent | d0de21f5cc2a39174b47b3c235ef0cac9fcc87de (diff) | |
| download | rabbitmq-server-git-3da9ace1c8599d2bd4aacebcee757aa787ebf716.tar.gz | |
Remove a test suite split artifact
| -rw-r--r-- | test/unit_operator_policy_SUITE.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit_operator_policy_SUITE.erl b/test/unit_operator_policy_SUITE.erl index 36620aa66c..96b8a58e0e 100644 --- a/test/unit_operator_policy_SUITE.erl +++ b/test/unit_operator_policy_SUITE.erl @@ -34,12 +34,6 @@ groups() -> ]} ]. -init_per_testcase(TC, Config) when TC =:= decrypt_start_app; - TC =:= decrypt_start_app_file; - TC =:= decrypt_start_app_undefined; - TC =:= decrypt_start_app_wrong_passphrase -> - application:set_env(rabbit, feature_flags_file, "", [{persistent, true}]), - Config; init_per_testcase(_Testcase, Config) -> Config. |
