Skip to content

Commit

Permalink
Exclude 044 on the latest java (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadekCap authored Mar 24, 2023
1 parent 2875ea2 commit 58be87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tps/0044_SDK_lib_server_exists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "$SCRIPT_DIR/testlib.bash"
parseArguments "$@"
processArguments

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

0 comments on commit 58be87e

Please sign in to comment.