summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit_operator_policy_SUITE.erl6
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.