We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7112369 commit ab2077cCopy full SHA for ab2077c
modules/jlink/tests/features/jlink.feature
@@ -9,6 +9,7 @@ Scenario: Ensure jlinked builder is used to build the containerized application
9
| QUARKUS_PACKAGE_TYPE| uber-jar |
10
Then run ls /tmp/jre in container and check its output for bin
11
12
-Scenario: Ensure S2I_ENABLE_JLINK=false is the default
13
- Given container is started with command env
+Scenario: Ensure S2I_ENABLE_JLINK is not set to true
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
14
Then container log should not contain S2I_ENABLE_JLINK=true
15
+ And run ls /tmp/jre in container and check its output for ls:
0 commit comments