|
|
|
|
@ -36,6 +36,7 @@ import org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream;
@@ -36,6 +36,7 @@ import org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream;
|
|
|
|
|
import org.apache.commons.compress.utils.IOUtils; |
|
|
|
|
import org.gradle.testkit.runner.BuildResult; |
|
|
|
|
import org.gradle.testkit.runner.TaskOutcome; |
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
|
import org.junit.jupiter.api.TestTemplate; |
|
|
|
|
import org.junit.jupiter.api.condition.EnabledOnOs; |
|
|
|
|
import org.junit.jupiter.api.condition.OS; |
|
|
|
|
@ -300,8 +301,10 @@ class BootBuildImageIntegrationTests {
@@ -300,8 +301,10 @@ class BootBuildImageIntegrationTests {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@TestTemplate |
|
|
|
|
@EnabledOnOs(value = OS.LINUX, disabledReason = "Works with Docker Engine on Linux but is not reliable with " |
|
|
|
|
+ "Docker Desktop on other OSs") |
|
|
|
|
@EnabledOnOs(value = OS.LINUX, |
|
|
|
|
disabledReason = "Works with Docker Engine on Linux but is not reliable with " |
|
|
|
|
+ "Docker Desktop on other OSs") |
|
|
|
|
@Disabled("gh-40760") |
|
|
|
|
void buildsImageWithBindCaches() throws IOException { |
|
|
|
|
writeMainClass(); |
|
|
|
|
writeLongNameResource(); |
|
|
|
|
|