Browse Source
The SpringBootContextLoader still checked if tests were annotated with @IntegrationTest or @WebIntegrationTest. Those classes have been removed in Spring Boot 1.5 and been deprecated since 1.4. This commit removes the check on the annotations as well as the static list of names. See gh-14592pull/14639/merge
1 changed files with 0 additions and 14 deletions
Loading…
Reference in new issue