|
@@ -724,6 +724,7 @@ public class CoordinatorTests extends AbstractCoordinatorTestCase {
|
|
|
* Old leader is initiating an election at the same time, and wins election. It becomes leader again, but as it previously
|
|
|
* successfully completed state recovery, is never reset to a state where state recovery can be retried.
|
|
|
*/
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91449")
|
|
|
public void testStateRecoveryResetAfterPreviousLeadership() {
|
|
|
try (Cluster cluster = new Cluster(3)) {
|
|
|
cluster.runRandomly();
|