Skip to content

Commit b60612d

Browse files
committed
Disable LoaderIntegrationTests when Docker's unavailable
Closes gh-29385
1 parent 9cb66d5 commit b60612d

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/java/org/springframework/boot/loader

1 file changed

+2
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/src/intTest/java/org/springframework/boot/loader/LoaderIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.testcontainers.utility.MountableFile;
3434

3535
import org.springframework.boot.system.JavaVersion;
36+
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable;
3637
import org.springframework.util.Assert;
3738

3839
import static org.assertj.core.api.Assertions.assertThat;
@@ -42,6 +43,7 @@
4243
*
4344
* @author Phillip Webb
4445
*/
46+
@DisabledIfDockerUnavailable
4547
class LoaderIntegrationTests {
4648

4749
private final ToStringConsumer output = new ToStringConsumer();

0 commit comments

Comments
 (0)