If multiple types annotated with @SpringBootConfiguration are found for a test execution, we currently fail as AnnotatedClassFinder.findFromClass(…) throws an exception in this case. We should fall back to simply executing all tests for which that is the case, similar to the one that doesn't find such a class at all.