Skip to content

Commit

Permalink
unmuting fixed test (#89511)
Browse files Browse the repository at this point in the history
Unmuting the test muted by #89501 because it has been fixed in #89472
  • Loading branch information
masseyke committed Aug 22, 2022
1 parent 5b999ee commit 91d2db2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d2db2

Please sign in to comment.