We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808d238 commit 8dc5da5Copy full SHA for 8dc5da5
1 file changed
runners/google-cloud-dataflow-java/build.gradle
@@ -671,6 +671,7 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
671
excludeCategories "org.apache.beam.sdk.testing.UsesKms"
672
filter {
673
// Error handling tests, only needs to run on direct runner
674
+ excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableReadIT.testE2EBigtableReadWithSkippingLargeRows'
675
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyMutationFailures'
676
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyRowFailures'
677
excludeTestsMatching 'org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithInvalidTimestampFailures'
0 commit comments