You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2023/05/08 14:03:36 UTC

[beam] 01/01: Revert "Disable FIrestore integration test in Dataflow PostCommits (#26060)"

This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch revert-26060-disablefirestoreioit
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e6760b3058b92598626f9cdaedb4ba965a515dac
Author: Yi Hu <hu...@gmail.com>
AuthorDate: Mon May 8 10:03:28 2023 -0400

    Revert "Disable FIrestore integration test in Dataflow PostCommits (#26060)"
    
    This reverts commit 6aca49df5b26de81c88ec5f3e1b81bdd50c46ea6.
---
 runners/google-cloud-dataflow-java/build.gradle | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index e38e72c0cc1..126d861cf15 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -558,9 +558,6 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
   exclude '**/PubsubReadIT.class'
   exclude '**/FhirIOReadIT.class'
   exclude '**/gcp/spanner/changestreams/it/*.class'
-  // TODO(https://github.com/apache/beam/issues/25851) failing due to internal Firestore breaking change
-  exclude '**/FirestoreV1IT.class'
-
   maxParallelForks 4
   classpath = configurations.googleCloudPlatformIntegrationTest
   testClassesDirs = files(project(":sdks:java:io:google-cloud-platform").sourceSets.test.output.classesDirs)
@@ -608,8 +605,6 @@ task googleCloudPlatformRunnerV2IntegrationTest(type: Test) {
   exclude '**/FhirIOLROIT.class'
   exclude '**/FhirIOSearchIT.class'
   exclude '**/FhirIOPatientEverythingIT.class'
-  // TODO(https://github.com/apache/beam/issues/25851) failing due to internal Firestore breaking change
-  exclude '**/FirestoreV1IT.class'
 
   maxParallelForks 4
   classpath = configurations.googleCloudPlatformIntegrationTest