Skip to content

Commit

Permalink
Ignore testOnNewWorkerMetadata_correctlyRemovesStaleWindmillServers (#…
Browse files Browse the repository at this point in the history
…29744)

* Ignore testOnNewWorkerMetadata_correctlyRemovesStaleWindmillServers

* FIx spotless
  • Loading branch information
Abacn committed Dec 15, 2023
1 parent 52f4fc0 commit 3bace64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.net.HostAndPort;
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 @@ -253,6 +254,7 @@ public void testScheduledBudgetRefresh() throws InterruptedException {
}

@Test
@Ignore("https://github.com/apache/beam/issues/28957") // stuck test
public void testOnNewWorkerMetadata_correctlyRemovesStaleWindmillServers()
throws InterruptedException {
streamingEngineClient =
Expand Down

0 comments on commit 3bace64

Please sign in to comment.