Browse Source

Disable LoaderIntegrationTests on Java 19 till it GAs

See gh-32280
pull/32501/head
Andy Wilkinson 3 years ago
parent
commit
a262520f08
  1. 1
      spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/java/org/springframework/boot/loader/LoaderIntegrationTests.java

1
spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/java/org/springframework/boot/loader/LoaderIntegrationTests.java

@ -46,6 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -46,6 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Phillip Webb
*/
@DisabledIfDockerUnavailable
@EnabledForJreRange(max = JRE.JAVA_18)
class LoaderIntegrationTests {
private final ToStringConsumer output = new ToStringConsumer();

Loading…
Cancel
Save