Disable LoaderIntegrationTests on Java 19 till it GAs

See gh-32280
This commit is contained in:
Andy Wilkinson 2022-09-10 09:33:47 +01:00
parent c3416ac97a
commit a262520f08

View File

@ -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();