Mute ClusterHealthIT.testHealthOnMasterFailover while we await a fix.

This commit is contained in:
Julie Tibshirani 2020-09-23 09:16:45 -07:00
parent 7984e4e89f
commit 7ba0c95191
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ public class ClusterHealthIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62690")
public void testHealthOnMasterFailover() throws Exception {
final String node = internalCluster().startDataOnlyNode();
boolean withIndex = randomBoolean();