Closed
Description
Perhaps create a JUnit5 condition to stop/start the specified endpoints instead of adding an IntegrationEndpointsInitializer
to the context.
The current mechanism defeats the test context caching mechanism because each test class with @SpringIntegrationTest
gets a different context customizer.
See #3674 (reply in thread) for more information.