Closed
Description
Several of the ldap
integration tests rely on a parent integration test to orchestrate their execution.
This is no longer necessary, as evidenced by LdapUserDetailsManagerPasswordModifyTests
which stands up the appropriate LDAP container on its own.
Having them run independently will make local testing and bug fixes easier. It will also simplify the Gradle script, which currently must specifically identify these parent tests so that their dependent "child" tests don't run on their own.