Skip to content

Commit

Permalink
Add test to sickbay for flink runner (#33741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto authored Jan 23, 2025
1 parent dc7426f commit e8e7820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ class ValidatesRunnerConfig {
def sickbayTests = [
// TODO(https://github.com/apache/beam/issues/21306)
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testOnWindowTimestampSkew',
// TODO(https://github.com/apache/beam/issues/18198)
'org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState',
]

def createValidatesRunnerTask(Map m) {
Expand Down

0 comments on commit e8e7820

Please sign in to comment.