mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
480b1e0a0d
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