Disable JarLaunchScriptIntegrationTests without Docker

See gh-21388
This commit is contained in:
Andy Wilkinson 2020-08-04 18:23:06 +01:00
parent 34eab5da95
commit 1233288df0
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@ package org.springframework.boot.launchscript;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable;
import static org.assertj.core.api.Assertions.assertThat;
/**
@ -27,6 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Alexey Vinogradov
* @author Andy Wilkinson
*/
@DisabledIfDockerUnavailable
class JarLaunchScriptIntegrationTests extends AbstractLaunchScriptIntegrationTests {
JarLaunchScriptIntegrationTests() {