Skip to content

Commit

Permalink
Reenable UnicastZenPingTests#testSimplePings
Browse files Browse the repository at this point in the history
* This was muted needlessly, the problem in #26701 only applies to `6.x`
* Relates #26701
  • Loading branch information
original-brownbear committed Jan 18, 2019
1 parent 978c818 commit 62ddc8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public void tearDown() throws Exception {
}
}

@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();
Expand Down

0 comments on commit 62ddc8c

Please sign in to comment.