Browse Source

Polish

pull/32501/head
Andy Wilkinson 3 years ago
parent
commit
9fe9f31af1
  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

@ -53,7 +53,6 @@ class LoaderIntegrationTests { @@ -53,7 +53,6 @@ class LoaderIntegrationTests {
@ParameterizedTest
@MethodSource("javaRuntimes")
@EnabledForJreRange(max = JRE.JAVA_18)
void readUrlsWithoutWarning(JavaRuntime javaRuntime) {
try (GenericContainer<?> container = createContainer(javaRuntime)) {
container.start();

Loading…
Cancel
Save