Skip to content

Commit

Permalink
Mute test in StableMasterDisruptionIT (#89501)
Browse files Browse the repository at this point in the history
Relates #89431
  • Loading branch information
dimitris-athanasiou authored Aug 22, 2022
1 parent 7d7332a commit b15f6dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ 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 b15f6dd

Please sign in to comment.