Skip to content

Commit d5e75c5

Browse files
emilymyelukecwik
andauthored
[release-2.36.0][BEAM-13575] Sickbay test that is flaky to restore precommit test signal (#16410) (#16435)
Co-authored-by: Lukasz Cwik <lukecwik@gmail.com>
1 parent 99e455e commit d5e75c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runners/flink/src/test/java/org/apache/beam/runners/flink/FlinkRequiresStableInputTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
import org.junit.AfterClass;
5252
import org.junit.BeforeClass;
5353
import org.junit.ClassRule;
54+
import org.junit.Ignore;
5455
import org.junit.Test;
5556
import org.junit.rules.TemporaryFolder;
5657

@@ -120,6 +121,7 @@ public static void afterClass() throws Exception {
120121
* restore the savepoint to check if we produce impotent results.
121122
*/
122123
@Test(timeout = 30_000)
124+
@Ignore("BEAM-13575")
123125
public void testParDoRequiresStableInput() throws Exception {
124126
FlinkPipelineOptions options = FlinkPipelineOptions.defaults();
125127
options.setParallelism(1);

0 commit comments

Comments
 (0)