Skip to content

Commit

Permalink
Exclude newly added failing validation runner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jan 18, 2024
1 parent 52b4a9c commit fdb41b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions runners/spark/job-server/spark_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ runShadow {
def sickbayTests = [
// TODO(BEAM-13498)
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testProcessElementSkew',
// TODO(https://github.com/apache/beam/issues/29973)
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshufflePreservesMetadata',
]

def portableValidatesRunnerTask(String name, boolean streaming, boolean docker, ArrayList<String> sickbayTests) {
Expand Down
2 changes: 2 additions & 0 deletions runners/spark/spark_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,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 fdb41b1

Please sign in to comment.