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