Skip to content

Commit 5782a5b

Browse files
committed
Mute UnicastZenPingTests#testSimplePings
relates #26701
1 parent 6dcb3af commit 5782a5b

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
@@ -135,6 +135,7 @@ public void tearDown() throws Exception {
135135
}
136136
}
137137

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

0 commit comments

Comments
 (0)