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 8dc5da5f500 Skip test for dataflow (#37612)
8dc5da5f500 is described below
commit 8dc5da5f500c15bd7a9cdcd1e6365f1042529e87
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 22:55:49 2026 +0400
Skip test for dataflow (#37612)
---
runners/google-cloud-dataflow-java/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index a4da00c2e14..387e1975662 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -671,6 +671,7 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type:
Test, dependsOn: copyG
excludeCategories "org.apache.beam.sdk.testing.UsesKms"
filter {
// Error handling tests, only needs to run on direct runner
+ excludeTestsMatching
'org.apache.beam.sdk.io.gcp.bigtable.BigtableReadIT.testE2EBigtableReadWithSkippingLargeRows'
excludeTestsMatching
'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyMutationFailures'
excludeTestsMatching
'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyRowFailures'
excludeTestsMatching
'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithInvalidTimestampFailures'