Skip to content

Commit

Permalink
Merge pull request #65 from jmtd/remove-troublesome-test
Browse files Browse the repository at this point in the history
Remove troublesome test
  • Loading branch information
jmtd authored Mar 26, 2024
2 parents 8a69fd6 + cc01b31 commit 7045471
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/tests/features/runtime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,3 @@ Feature: Openshift OpenJDK Runtime tests
| variable | value |
| JAVA_APP_DIR | . |
Then available container log should contain INFO running in /home/default

@ubi9
Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2034)
Given container is started with env
| variable | value |
| JAVA_APP_DIR | /nope |
Then available container log should contain ERROR No directory /nope found for auto detection

# Builder images only
Scenario: Ensure JAVA_APP_DIR and S2I work together (OPENJDK-2034)
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
| variable | value |
| JAVA_APP_DIR | /home/default |
| S2I_TARGET_DEPLOYMENTS_DIR | /home/default |
Then container log should contain /home/default/undertow-servlet.jar

0 comments on commit 7045471

Please sign in to comment.