yixiaoshen commented on code in PR #22966:
URL: https://github.com/apache/beam/pull/22966#discussion_r980714897
##########
sdks/java/io/google-cloud-platform/build.gradle:
##########
@@ -196,6 +196,8 @@ task integrationTest(type: Test, dependsOn:
processTestResources) {
exclude '**/BigQueryIOStorageWriteIT.class'
exclude '**/BigQueryToTableIT.class'
exclude '**/BigQueryIOJsonTest.class'
+ // TODO Firestore IT test needs to run in a separate project from Datastore.
+ exclude '**/FirestoreV1IT.class'
Review Comment:
#23322 is out for review and will fix and enable FirestoreV1IT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]