File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
runners/google-cloud-dataflow-java Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "comment" : " Modify this file in a trivial way to cause this test suite to run!" ,
3- "modification" : 2
3+ "modification" : 3
44}
Original file line number Diff line number Diff line change @@ -546,15 +546,17 @@ task validatesRunnerV2 {
546546 name : ' validatesRunnerV2Test' ,
547547 pipelineOptions : runnerV2PipelineOptions,
548548 excludedCategories : [
549- ' org.apache.beam.sdk.testing.UsesOnWindowExpiration' ,
550- ' org.apache.beam.sdk.testing.UsesStatefulParDo' ,
551549 ' org.apache.beam.sdk.testing.UsesTimersInParDo' ,
552550 ' org.apache.beam.sdk.testing.UsesUnboundedPCollections' ,
553551 ' org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo' ,
554552 ],
555553 excludedTests : [
556554 ' org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming' ,
557555
556+ // TODO(https://github.com/apache/beam/issues/37371): Identify the cause of assertion failure for these tests
557+ ' org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideBytes' ,
558+ ' org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideCount' ,
559+
558560 // These tests use static state and don't work with remote execution.
559561 ' org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundle' ,
560562 ' org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful' ,
You can’t perform that action at this time.
0 commit comments