Skip to content

Commit 6129d88

Browse files
committed
Mute UnicastZenPingTests#testSimplePings with @AwaitsFix.
This failure is being tracked in #28685.
1 parent 5039b9b commit 6129d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/discovery/zen/UnicastZenPingTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void tearDown() throws Exception {
137137

138138
private static final UnicastHostsProvider EMPTY_HOSTS_PROVIDER = Collections::emptyList;
139139

140+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/28685")
140141
public void testSimplePings() throws IOException, InterruptedException, ExecutionException {
141142
// use ephemeral ports
142143
final Settings settings = Settings.builder().put("cluster.name", "test").put(TcpTransport.PORT.getKey(), 0).build();

0 commit comments

Comments
 (0)