This is an automated email from the ASF dual-hosted git repository.

Amar3tto pushed a commit to branch fix-flink-batch
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 1867d29d0a2cb46b140b0ee6724d29f632531e45
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Jun 16 22:48:18 2026 +0400

    Exclude test
---
 runners/flink/flink_runner.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runners/flink/flink_runner.gradle 
b/runners/flink/flink_runner.gradle
index 837561ec71b..bef8bb3d9c7 100644
--- a/runners/flink/flink_runner.gradle
+++ b/runners/flink/flink_runner.gradle
@@ -385,6 +385,7 @@ def createValidatesRunnerTask(Map m) {
         if (!config.streaming) {
           // FlinkBatchExecutionInternalTimeService does not support timer 
registration on timer firing.
           excludeTestsMatching 
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testOnTimerTimestampSkew'
+          excludeTestsMatching 
'org.apache.beam.sdk.transforms.ParDoTest$StateTests.testSideInputNotReadyTimer'
         }
         // Extremely flaky: https://github.com/apache/beam/issues/19814
         excludeTestsMatching 
'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInProcessElementStateful'

Reply via email to