Browse Source

Reenable UnicastZenPingTests#testSimplePings

* This was muted needlessly, the problem in #26701 only applies to `6.x`
* Relates #26701
Armin Braun 6 years ago
parent
commit
62ddc8c776

+ 0 - 1
server/src/test/java/org/elasticsearch/discovery/zen/UnicastZenPingTests.java

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