Skip to content

Commit

Permalink
Review feedback 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka committed Jan 22, 2025
1 parent c47a6bb commit a6b6936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -euo pipefail
shopt -s globstar

function generate_deps() {
exit 2
# Create a temporary directory for a module path
# This works around "Module java.xml.bind not found, required by java.ws.rs"
mkdir dependencies
Expand Down
8 changes: 4 additions & 4 deletions tests/features/java/openjdk.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
Then available container log should not contain java-11
Then available container log should not contain java-21

@openjdk-tech-preview/openjdk-21-jlink-rhel9
@openjdk-tech-preview/openjdk-21-jlink-rhel9-runtime
@ubi9/openjdk-21
@ubi9/openjdk-21-runtime
Scenario: Check that only OpenJDK 21 is installed
When container is started with args
| arg | value |
Expand Down Expand Up @@ -66,8 +66,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
Then available container log should not contain java-11
Then available container log should not contain java-21

@openjdk-tech-preview/openjdk-21-jlink-rhel9
@openjdk-tech-preview/openjdk-21-jlink-rhel9-runtime
@ubi9/openjdk-21
@ubi9/openjdk-21-runtime
Scenario: Check that directories from other JDKs are not present (JDK21)
When container is started with args
| arg | value |
Expand Down

0 comments on commit a6b6936

Please sign in to comment.