Skip to content

Commit

Permalink
Merge branch '3.2.x'
Browse files Browse the repository at this point in the history
Closes gh-40805
  • Loading branch information
wilkinsona committed May 17, 2024
2 parents 95145b2 + c3e122d commit df578d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.gradle.testkit.runner.BuildResult;
import org.gradle.testkit.runner.TaskOutcome;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledForJreRange;
import org.junit.jupiter.api.condition.JRE;
Expand Down Expand Up @@ -150,6 +151,7 @@ void executableJarAppBuiltTwiceWithCaching() throws Exception {
}

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

0 comments on commit df578d5

Please sign in to comment.