This is an automated email from the ASF dual-hosted git repository.
yichi pushed a commit to branch release-2.37.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.37.0 by this push:
new fcd1309 [BEAM-13855] Skip SpannerChangeStreamOrderedWithinKeyIT and
SpannerChangeStreamIT(#16799) (#16828)
fcd1309 is described below
commit fcd1309baecc832a5465fe3c6e4fefb865954cf5
Author: Yichi Zhang <[email protected]>
AuthorDate: Fri Feb 11 11:06:54 2022 -0800
[BEAM-13855] Skip SpannerChangeStreamOrderedWithinKeyIT and
SpannerChangeStreamIT(#16799) (#16828)
---
runners/google-cloud-dataflow-java/build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index 450cf9f..832c705 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -581,6 +581,8 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type:
Test, dependsOn: copyG
exclude '**/BigQueryIOStorageReadTableRowIT.class'
exclude '**/PubsubReadIT.class'
exclude '**/FhirIOReadIT.class'
+ exclude '**/SpannerChangeStreamIT.class'
+ exclude '**/SpannerChangeStreamOrderedWithinKeyIT.class'
maxParallelForks 4
classpath = configurations.googleCloudPlatformIntegrationTest
testClassesDirs =
files(project(":sdks:java:io:google-cloud-platform").sourceSets.test.output.classesDirs)