Merge branch '2.3.x'
This commit is contained in:
commit
07b6f83c7a
|
@ -19,6 +19,8 @@ package org.springframework.boot.launchscript;
|
||||||
import org.junit.jupiter.params.ParameterizedTest;
|
import org.junit.jupiter.params.ParameterizedTest;
|
||||||
import org.junit.jupiter.params.provider.MethodSource;
|
import org.junit.jupiter.params.provider.MethodSource;
|
||||||
|
|
||||||
|
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable;
|
||||||
|
|
||||||
import static org.assertj.core.api.Assertions.assertThat;
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -27,6 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
* @author Alexey Vinogradov
|
* @author Alexey Vinogradov
|
||||||
* @author Andy Wilkinson
|
* @author Andy Wilkinson
|
||||||
*/
|
*/
|
||||||
|
@DisabledIfDockerUnavailable
|
||||||
class JarLaunchScriptIntegrationTests extends AbstractLaunchScriptIntegrationTests {
|
class JarLaunchScriptIntegrationTests extends AbstractLaunchScriptIntegrationTests {
|
||||||
|
|
||||||
JarLaunchScriptIntegrationTests() {
|
JarLaunchScriptIntegrationTests() {
|
||||||
|
|
Loading…
Reference in New Issue