From 1563cac0b633702c27ea7be014fa568b1286d560 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Mon, 16 Feb 2026 15:40:40 +0400 Subject: [PATCH] Skip test for dataflow --- 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 6e6fa4fd5fb1..2d8119460e57 100644 --- a/runners/google-cloud-dataflow-java/build.gradle +++ b/runners/google-cloud-dataflow-java/build.gradle @@ -655,6 +655,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'