|
@@ -62,6 +62,7 @@ public class MlDistributedFailureIT extends BaseMlIntegTestCase {
|
|
|
.build();
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37117")
|
|
|
public void testFailOver() throws Exception {
|
|
|
internalCluster().ensureAtLeastNumDataNodes(3);
|
|
|
ensureStableClusterOnAllNodes(3);
|
|
@@ -105,6 +106,7 @@ public class MlDistributedFailureIT extends BaseMlIntegTestCase {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37117")
|
|
|
public void testFullClusterRestart() throws Exception {
|
|
|
internalCluster().ensureAtLeastNumDataNodes(3);
|
|
|
ensureStableClusterOnAllNodes(3);
|