Skip to content

Commit bea0444

Browse files
authored
ignore flaky testStreamingSideInputAsIterableView (#34973)
1 parent 298e0e0 commit bea0444

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runners/spark/src/test/java/org/apache/beam/runners/spark/translation/streaming/StreamingTransformTranslatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
import org.joda.time.Instant;
6868
import org.junit.After;
6969
import org.junit.Before;
70+
import org.junit.Ignore;
7071
import org.junit.Rule;
7172
import org.junit.Test;
7273
import org.junit.experimental.categories.Category;
@@ -124,6 +125,7 @@ public PCollectionView<Iterable<Long>> expand(PBegin input) {
124125

125126
@Test
126127
@Category({StreamingTest.class, UsesSideInputs.class})
128+
@Ignore("Very flaky: https://github.com/apache/beam/issues/34945")
127129
public void testStreamingSideInputAsIterableView() {
128130
final PipelineFunction pipelineFunction =
129131
(PipelineOptions options) -> {

0 commit comments

Comments
 (0)