File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
runners/google-cloud-dataflow-java Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -639,11 +639,12 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
639639 useJUnit {
640640 excludeCategories " org.apache.beam.sdk.testing.UsesKms"
641641 filter {
642- // Only needs to run on direct runner
642+ // Error handling tests, only needs to run on direct runner
643643 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyMutationFailures'
644644 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyRowFailures'
645645 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithInvalidTimestampFailures'
646646 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithOversizedQualifierFailures'
647+ excludeTestsMatching ' org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadFailsBadSession'
647648 }
648649 }
649650}
@@ -697,11 +698,12 @@ task googleCloudPlatformRunnerV2IntegrationTest(type: Test) {
697698 testClassesDirs = files(project(" :sdks:java:io:google-cloud-platform" ). sourceSets. test. output. classesDirs)
698699 useJUnit {
699700 filter {
700- // Only needs to run on direct runner
701+ // Error handling tests, only needs to run on direct runner
701702 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyMutationFailures'
702703 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithEmptyRowFailures'
703704 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithInvalidTimestampFailures'
704705 excludeTestsMatching ' org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWriteWithOversizedQualifierFailures'
706+ excludeTestsMatching ' org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadFailsBadSession'
705707 }
706708 }
707709}
You can’t perform that action at this time.
0 commit comments