We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceceb07 commit 0890ceeCopy full SHA for 0890cee
validation/test.sh
@@ -74,7 +74,7 @@ fi
74
#
75
# Azure Batch tests
76
77
-if [ "$AZURE_BATCH_ACCOUNT_KEY" ]; then
+if [ "$AZURE_BATCH_ACCOUNT_KEY" ] && [[ ${TEST_JDK} == 11 ]]; then
78
echo "Azure batch tests"
79
bash azure.sh
80
else
0 commit comments