Mute UnicastZenPingTests#testSimplePings

relates #26701
This commit is contained in:
James Baiera 2019-01-17 15:12:01 -05:00
parent 6dcb3af4c8
commit 5782a5bbbc
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public class UnicastZenPingTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26701")
public void testSimplePings() throws IOException, InterruptedException, ExecutionException {
// use ephemeral ports
final Settings settings = Settings.builder().put("cluster.name", "test").put(TransportSettings.PORT.getKey(), 0).build();