Skip to content

Commit 0890cee

Browse files
committed
Run Azure integration tests only with Java 11
1 parent ceceb07 commit 0890cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fi
7474
#
7575
# Azure Batch tests
7676
#
77-
if [ "$AZURE_BATCH_ACCOUNT_KEY" ]; then
77+
if [ "$AZURE_BATCH_ACCOUNT_KEY" ] && [[ ${TEST_JDK} == 11 ]]; then
7878
echo "Azure batch tests"
7979
bash azure.sh
8080
else

0 commit comments

Comments
 (0)