Mute ClusterHealthIT.testHealthOnMasterFailover while we await a fix.
This commit is contained in:
parent
7984e4e89f
commit
7ba0c95191
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue