Skip to content

Commit

Permalink
Merge pull request #14333: [BEAM-12050] Sickbay portable Flink tests …
Browse files Browse the repository at this point in the history
…of event time timers with TestStream
  • Loading branch information
iemejia authored Mar 26, 2021
2 parents 475bbbc + d1f4808 commit 776bf54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runners/flink/job-server/flink_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ def portableValidatesRunnerTask(String name, Boolean streaming, Boolean checkpoi
excludeTestsMatching 'org.apache.beam.sdk.testing.TestStreamTest.testLateDataAccumulating'
// https://issues.apache.org/jira/browse/BEAM-12048
excludeTestsMatching 'org.apache.beam.sdk.testing.TestStreamTest.testMultipleStreams'
// https://issues.apache.org/jira/browse/BEAM-12050
excludeTestsMatching 'org.apache.beam.sdk.transforms.ParDoTest$TimerTests.testEventTimeTimerUnbounded'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ParDoTest$TimerTests.testEventTimeTimerAlignUnbounded'
excludeTestsMatching 'org.apache.beam.sdk.transforms.ParDoTest$TimerTests.testEventTimeTimerAlignAfterGcTimeUnbounded'
},
)
}
Expand Down

0 comments on commit 776bf54

Please sign in to comment.