mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
This commit simplifies the build for spring-test by running JUnit 4 tests and JUnit Jupiter tests together in the standard Gradle `test` task. As an added bonus, the ignored tests in SpringJUnit4ConcurrencyTests and ClassLevelDisabledSpringRuleTests are now reported in the test results. See gh-23286