Commit 07b6f83c authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

parents 6e00022b 1233288d
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment