You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.