Skip to content

Commit 07b6f83

Browse files
committed
Merge branch '2.3.x'
2 parents 6e00022 + 1233288 commit 07b6f83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/java/org/springframework/boot/launchscript/JarLaunchScriptIntegrationTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import org.junit.jupiter.params.ParameterizedTest;
2020
import org.junit.jupiter.params.provider.MethodSource;
2121

22+
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable;
23+
2224
import static org.assertj.core.api.Assertions.assertThat;
2325

2426
/**
@@ -27,6 +29,7 @@
2729
* @author Alexey Vinogradov
2830
* @author Andy Wilkinson
2931
*/
32+
@DisabledIfDockerUnavailable
3033
class JarLaunchScriptIntegrationTests extends AbstractLaunchScriptIntegrationTests {
3134

3235
JarLaunchScriptIntegrationTests() {

0 commit comments

Comments
 (0)