I have some integration tests that are run with the failsafe plugin. This works until Spring Boot 2.3.5.RELEASE, but after migrating to 2.4.0 the ITs are no longer executed.
Does anybody have the same problem?
How can I debug failsafe to find out why the tests are not executed?