This is an automated email from the ASF dual-hosted git repository.
yichi 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 52e4f3e [BEAM-13855] Skip SpannerChangeStreamOrderedWithinKeyIT and
SpannerChangeStreamIT(#16799)
52e4f3e is described below
commit 52e4f3eae979599e96163bafb3d7676a5135fd05
Author: Yichi Zhang <[email protected]>
AuthorDate: Thu Feb 10 15:45:54 2022 -0800
[BEAM-13855] Skip SpannerChangeStreamOrderedWithinKeyIT and
SpannerChangeStreamIT(#16799)
---
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 5bef4a3..64a4b05 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)