Skip to content

Commit

Permalink
Skip highly flaky test (#33804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Jan 29, 2025
1 parent 6ea3828 commit 41cda9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.util.concurrent.Uninterruptibles;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
Expand Down Expand Up @@ -148,6 +149,7 @@ public void testRequestKeyedData() {
}

@Test
@Ignore("https://github.com/apache/beam/issues/28957")
public void testRequestKeyedData_sendOnShutdownStreamThrowsWindmillStreamShutdownException() {
GetDataStreamTestStub testStub =
new GetDataStreamTestStub(new TestGetDataStreamRequestObserver());
Expand Down

0 comments on commit 41cda9f

Please sign in to comment.