Skip to content

Commit c3e122d

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-40804
2 parents d38c1e0 + 6be5dbc commit c3e122d

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-system-tests/spring-boot-image-tests/src/systemTest/java/org/springframework/boot/image/paketo

1 file changed

+2
-0
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/java/org/springframework/boot/image/paketo/PaketoBuilderTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import org.gradle.testkit.runner.BuildResult;
3333
import org.gradle.testkit.runner.TaskOutcome;
3434
import org.junit.jupiter.api.BeforeEach;
35+
import org.junit.jupiter.api.Disabled;
3536
import org.junit.jupiter.api.Test;
3637
import org.junit.jupiter.api.condition.EnabledForJreRange;
3738
import org.junit.jupiter.api.condition.JRE;
@@ -150,6 +151,7 @@ void executableJarAppBuiltTwiceWithCaching() throws Exception {
150151
}
151152

152153
@Test
154+
@Disabled("0.4.292 of the builder launches an unpacked jar rather than the script in bin")
153155
void bootDistZipJarApp() throws Exception {
154156
writeMainClass();
155157
String projectName = this.gradleBuild.getProjectDir().getName();

0 commit comments

Comments
 (0)