Skip to content

Commit 8dc5da5

Browse files
authored
Skip test for dataflow (#37612)
1 parent 808d238 commit 8dc5da5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
671671
excludeCategories "org.apache.beam.sdk.testing.UsesKms"
672672
filter {
673673
// Error handling tests, only needs to run on direct runner
674+
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableReadIT.testE2EBigtableReadWithSkippingLargeRows'
674675
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyMutationFailures'
675676
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyRowFailures'
676677
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithInvalidTimestampFailures'

0 commit comments

Comments
 (0)