diff --git a/server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java b/server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java index 5dada53c41ec9..797e28d5ac957 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java @@ -413,7 +413,6 @@ public void testRepeatedMasterChanges(String expectedMasterStabilitySymptomSubst 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