Skip to content

Commit

Permalink
Redo spark_runner exclude test (apache#30589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Mar 11, 2024
1 parent 5e1920f commit bed6dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/spark/spark_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ tasks.register("validatesStructuredStreamingRunnerBatch", Test) {
excludeTestsMatching 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenMultipleCoders'
// SDF
excludeTestsMatching 'org.apache.beam.sdk.transforms.SplittableDoFnTest.testLifecycleMethodsBounded'
// https://github.com/apache/beam/issues/29972
excludeTestsMatching 'org.apache.beam.sdk.transforms.CombineTest$CombineWithContextTests.testHotKeyCombineWithSideInputs'
}
}

Expand Down

0 comments on commit bed6dbd

Please sign in to comment.