Reenable UnicastZenPingTests#testSimplePings

* This was muted needlessly, the problem in #26701 only applies to `6.x`
* Relates #26701
This commit is contained in:
Armin Braun 2019-01-18 08:36:22 +01:00
parent 978c818d0f
commit 62ddc8c776
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ 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();