You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tests
Andy Wilkinson 4bcb7e2f77 Prevent ActiveProfilesTests from binding to 8080
Due to gh-29695, smoketest.profile.ActiveProfilesTests starts a web
server bound to the default port (8080) despite the test setting
`webEnvironment` to `NONE`.

This commit works around the problem by running the tests with
server.port set to zero.

Closes gh-30086
3 years ago
..
spring-boot-deployment-tests Test servlet 3.1 compatibility in deployment tests 3 years ago
spring-boot-integration-tests Disable LoaderIntegrationTests when Docker's unavailable 3 years ago
spring-boot-smoke-tests Prevent ActiveProfilesTests from binding to 8080 3 years ago