diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-07-02 11:47:36 +0200 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-07-02 11:47:36 +0200 |
| commit | 53eaa808aaead4f634adff70718810f44fa620d2 (patch) | |
| tree | b69f405c6aab04d44efa1f5f5b6737a95dfd3953 /test | |
| parent | 0dd99752371b34572779561aa09ac01bf3f5dd0e (diff) | |
| download | rabbitmq-server-git-53eaa808aaead4f634adff70718810f44fa620d2.tar.gz | |
Remove a test we decided against
Integration tests in rabbitmq_auth_backend_oauth2
cover more ground. In addition we would have to
introduce a dummy backend that supports state
updates which @acogoluegnes and I decided against.
So all the testing currently happens in the only
backend plugin that actually supports credential
expiration and state/secret updating.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit_inbroker_parallel_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit_inbroker_parallel_SUITE.erl b/test/unit_inbroker_parallel_SUITE.erl index c6506dd946..a14d823643 100644 --- a/test/unit_inbroker_parallel_SUITE.erl +++ b/test/unit_inbroker_parallel_SUITE.erl @@ -61,9 +61,6 @@ groups() -> login_of_passwordless_user, set_tags_for_passwordless_user ]}, - {access_control, [parallel], [ - state_update - ]}, set_disk_free_limit_command, set_vm_memory_high_watermark_command, topic_matching, |
