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 66f164a commit 7112369Copy full SHA for 7112369
modules/jlink/tests/features/jlink.feature
@@ -10,7 +10,5 @@ Scenario: Ensure jlinked builder is used to build the containerized application
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 env
14
- | variable | value |
15
- | QUARKUS_PACKAGE_TYPE| uber-jar |
+ Given container is started with command env
16
Then container log should not contain S2I_ENABLE_JLINK=true
0 commit comments