Skip to content

Commit daab652

Browse files
committed
[Flink] Add org.apache.beam.sdk.transforms.ViewTest.testTriggeredLatestSingleton to sickbay
1 parent 1045e82 commit daab652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runners/flink/flink_runner.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ def sickbayTests = [
242242
'org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests',
243243
'org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState',
244244
// TODO(https://github.com/apache/beam/issues/18198)
245+
'org.apache.beam.sdk.transforms.ViewTest.testTriggeredLatestSingleton',
246+
// testTriggeredLatestSingleton gets "stuck" both with or without --useDatastreamForBatch
245247
]
246248

247249
def createValidatesRunnerTask(Map m) {

0 commit comments

Comments
 (0)