ソースを参照

Mute test in StableMasterDisruptionIT (#89501)

Relates #89431
Dimitris Athanasiou 3 年 前
コミット
b15f6dd6d0

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java

@@ -413,6 +413,7 @@ public class StableMasterDisruptionIT extends ESIntegTestCase {
         assertMasterStability(client, HealthStatus.YELLOW, containsString(expectedMasterStabilitySymptomSubstring));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89431")
     public void testRepeatedNullMasterRecognizedAsGreenIfMasterDoesNotKnowItIsUnstable() throws Exception {
         /*
          * In this test we have a single master-eligible node. We pause it repeatedly (simulating a long GC pause for example) so that