Skip to content

Commit

Permalink
Mute UnicastZenPingTests#testSimplePings with @AwaitsFix.
Browse files Browse the repository at this point in the history
This failure is being tracked in #28685.
  • Loading branch information
jtibshirani committed May 10, 2018
1 parent 999695c commit 4474a49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void tearDown() throws Exception {

private static final UnicastHostsProvider EMPTY_HOSTS_PROVIDER = Collections::emptyList;

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

0 comments on commit 4474a49

Please sign in to comment.