Browse Source

AwaitsFix for #91613

David Turner 2 years ago
parent
commit
787aca8a69

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/gateway/ReplicaShardAllocatorIT.java

@@ -244,6 +244,7 @@ public class ReplicaShardAllocatorIT extends ESIntegTestCase {
         transportServiceOnPrimary.clearAllRules();
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91613")
     public void testFullClusterRestartPerformNoopRecovery() throws Exception {
         int numOfReplicas = randomIntBetween(1, 2);
         internalCluster().ensureAtLeastNumDataNodes(numOfReplicas + 2);