Skip to content

Commit 58fab66

Browse files
committed
Merge branch '3.4.x'
2 parents 1aa1bab + 8fca1db commit 58fab66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/dockerTest/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImageIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.apache.commons.compress.utils.IOUtils;
3737
import org.gradle.testkit.runner.BuildResult;
3838
import org.gradle.testkit.runner.TaskOutcome;
39+
import org.junit.jupiter.api.Disabled;
3940
import org.junit.jupiter.api.TestTemplate;
4041
import org.junit.jupiter.api.condition.EnabledOnOs;
4142
import org.junit.jupiter.api.condition.OS;
@@ -514,6 +515,7 @@ void failsWhenCachesAreConfiguredTwice() throws IOException {
514515
}
515516

516517
@TestTemplate
518+
@Disabled("Docker is behaving differently on various systems")
517519
void failsWithIncompatiblePlatform() throws IOException {
518520
writeMainClass();
519521
BuildResult result = this.gradleBuild.buildAndFail("bootBuildImage");

0 commit comments

Comments
 (0)