Skip to content

Commit

Permalink
chore: Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Aug 8, 2024
1 parent 66a8c31 commit f541866
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ echo ${JOB_TYPE}
repos=(
# "https://github.com/googleapis/java-bigtable.git"
# "https://github.com/googleapis/java-bigquery.git"
"https://github.com/googleapis/java-bigquerystorage.git"
# "https://github.com/googleapis/java-bigquerystorage.git"
"https://github.com/googleapis/java-datastore.git"
# "https://github.com/googleapis/java-firestore.git"
# "https://github.com/googleapis/java-logging.git"
Expand Down Expand Up @@ -185,7 +185,6 @@ integration)
-Dgcloud.download.skip=true \
-Dit.test=!ITBigQueryWrite*RetryTest \
-Dsurefire.failIfNoSpecifiedTests=false \
-Dfailsafe.failIfNoSpecifiedTests=false \
-T 1C
else
mvn clean verify -B -V -ntp \
Expand All @@ -199,10 +198,10 @@ integration)
fi

popd

unset DATASTORE_PROJECT_ID
unset IT_SERVICE_ACCOUNT_EMAIL
done

unset DATASTORE_PROJECT_ID
unset IT_SERVICE_ACCOUNT_EMAIL
RETURN_CODE=$?
;;
graalvm)
Expand Down

0 comments on commit f541866

Please sign in to comment.