Skip to content

Commit 6be5dbc

Browse files
committed
Disable system test that's broken due to a builder regression
0.4.292 of the builder launches an unpacked jar rather than the script in bin. This only affects an image that uses the archive generated by bootDistZip. An image that uses the archive generated by distZip is not affected. Closes gh-40803
1 parent a1d5369 commit 6be5dbc

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;
@@ -149,6 +150,7 @@ void executableJarAppBuiltTwiceWithCaching() throws Exception {
149150
}
150151

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

0 commit comments

Comments
 (0)