Просмотр исходного кода

Mute CoordinatorTests.testStateRecoveryResetAfterPreviousLeadership (#91494)

Tracked in #91449
Alan Woodward 2 лет назад
Родитель
Сommit
4022e01c1d

+ 1 - 0
server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java

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