This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 4e96e700c2d Disable firestore integration tests temporarily (#25891)
4e96e700c2d is described below
commit 4e96e700c2d08865ee05b6ac19de76232a8d78ad
Author: Kenneth Knowles <[email protected]>
AuthorDate: Fri Mar 17 20:37:27 2023 -0700
Disable firestore integration tests temporarily (#25891)
---
sdks/java/io/google-cloud-platform/build.gradle | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sdks/java/io/google-cloud-platform/build.gradle
b/sdks/java/io/google-cloud-platform/build.gradle
index 8b264a9c8b3..fa696306f9e 100644
--- a/sdks/java/io/google-cloud-platform/build.gradle
+++ b/sdks/java/io/google-cloud-platform/build.gradle
@@ -203,6 +203,11 @@ task integrationTest(type: Test, dependsOn:
processTestResources) {
exclude '**/BigQueryIOStorageWriteIT.class'
exclude '**/BigQueryToTableIT.class'
exclude '**/BigQueryIOJsonTest.class'
+
+ // Failing due to Firestore service-side changes
+ // https://github.com/apache/beam/issues/25851
+ exclude '**/firestore/it/**/*.class'
+
maxParallelForks 4
classpath = sourceSets.test.runtimeClasspath
testClassesDirs = sourceSets.test.output.classesDirs