Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/jvm/tests/features/runtime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Feature: Openshift OpenJDK Runtime tests
| JAVA_APP_DIR | . |
Then available container log should contain INFO running in /home/default

@ubi9
# temporarily disabled, see https://issues.redhat.com/browse/OPENJDK-3536
@ignore
Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2034)
Given container is started with env
| variable | value |
Expand Down
Loading