diff --git a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json index 794c7aabad6b..8bbe16c113f1 100644 --- a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json +++ b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run!", - "modification": 2 + "modification": 3 } diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle index 3792626a1fdf..6f25803b8483 100644 --- a/runners/google-cloud-dataflow-java/build.gradle +++ b/runners/google-cloud-dataflow-java/build.gradle @@ -546,8 +546,6 @@ task validatesRunnerV2 { name: 'validatesRunnerV2Test', pipelineOptions: runnerV2PipelineOptions, excludedCategories: [ - 'org.apache.beam.sdk.testing.UsesOnWindowExpiration', - 'org.apache.beam.sdk.testing.UsesStatefulParDo', 'org.apache.beam.sdk.testing.UsesTimersInParDo', 'org.apache.beam.sdk.testing.UsesUnboundedPCollections', 'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo', @@ -555,6 +553,10 @@ task validatesRunnerV2 { excludedTests: [ 'org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming', + // TODO(https://github.com/apache/beam/issues/37371): Identify the cause of assertion failure for these tests + 'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideBytes', + 'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideCount', + // These tests use static state and don't work with remote execution. 'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundle', 'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful',