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
We are trying to do integration testing by loading the Spring Boot environment, injecting some dependencies into our test classes via @Autowired, etc. We're running into issues where our tests are competing with the CommandLineRunner that starts when the SB environment loads.