Skip to content

Commit

Permalink
Excluded 0044 from for Adoptium on java 19 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadekCap authored Mar 14, 2023
1 parent ab8adbb commit 9582855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tps/0044_SDK_lib_server_exists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ source "$SCRIPT_DIR/testlib.bash"
parseArguments "$@"
processArguments

if [ "$MSI_VENDOR" == "Adoptium" ] && [[ "$OTOOL_JDK_VERSION" -eq 19 ]]; then
echo "$NOT_IMPLEMENTED_ON_ADOPTIUM"
exit 0
fi


if [[ $OTOOL_JDK_VERSION -eq 8 ]]; then
echo $NOT_VALID_ON_OJDK_8
Expand Down

0 comments on commit 9582855

Please sign in to comment.