Skip to content

Commit

Permalink
Mute MlDistributedFailureIT.testFailOver (#39590)
Browse files Browse the repository at this point in the history
This test is already muted in master (see #37117), backporting 
this mute to 7.0 as it's failing there as well.
  • Loading branch information
gwbrown authored Mar 1, 2019
1 parent 5e88001 commit 414546c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
.build();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37117")
public void testFailOver() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(3);
ensureStableClusterOnAllNodes(3);
Expand Down Expand Up @@ -105,6 +106,7 @@ public void testLoseDedicatedMasterNode() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37117")
public void testFullClusterRestart() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(3);
ensureStableClusterOnAllNodes(3);
Expand Down

0 comments on commit 414546c

Please sign in to comment.