Browse Source

remove await fix from FullClusterRestartIT.testRecovery

Boaz Leskes 7 years ago
parent
commit
64dd21af11

+ 0 - 1
qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java

@@ -615,7 +615,6 @@ public class FullClusterRestartIT extends ESRestTestCase {
      * Tests recovery of an index with or without a translog and the
      * statistics we gather about that.
      */
-    @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/27649")
     public void testRecovery() throws IOException {
         int count;
         boolean shouldHaveTranslog;