Skip to content

Commit

Permalink
Remove troublesome test
Browse files Browse the repository at this point in the history
This test is freezing on GHA for unknown reasons. For exercising
behave-test-steps it's superfluous anyway.

Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Mar 25, 2024
1 parent 8a69fd6 commit cc01b31
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 cc01b31

Please sign in to comment.