Skip to content

Commit a262520

Browse files
committed
Disable LoaderIntegrationTests on Java 19 till it GAs
See gh-32280
1 parent c3416ac commit a262520

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/java/org/springframework/boot/loader

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
* @author Phillip Webb
4747
*/
4848
@DisabledIfDockerUnavailable
49+
@EnabledForJreRange(max = JRE.JAVA_18)
4950
class LoaderIntegrationTests {
5051

5152
private final ToStringConsumer output = new ToStringConsumer();

0 commit comments

Comments
 (0)