Skip to content

Commit 41cda9f

Browse files
authored
Skip highly flaky test (#33804)
1 parent 6ea3828 commit 41cda9f

File tree

1 file changed

+2
-0
lines changed
  • runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc

1 file changed

+2
-0
lines changed

runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/GrpcGetDataStreamTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.Uninterruptibles;
5050
import org.junit.After;
5151
import org.junit.Before;
52+
import org.junit.Ignore;
5253
import org.junit.Rule;
5354
import org.junit.Test;
5455
import org.junit.rules.Timeout;
@@ -148,6 +149,7 @@ public void testRequestKeyedData() {
148149
}
149150

150151
@Test
152+
@Ignore("https://github.com/apache/beam/issues/28957")
151153
public void testRequestKeyedData_sendOnShutdownStreamThrowsWindmillStreamShutdownException() {
152154
GetDataStreamTestStub testStub =
153155
new GetDataStreamTestStub(new TestGetDataStreamRequestObserver());

0 commit comments

Comments
 (0)