Merge branch '2.3.x'

This commit is contained in:
Andy Wilkinson 2020-08-04 18:24:28 +01:00
commit 07b6f83c7a
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() {