Skip to content

Commit

Permalink
[ML] Reenable ml distributed failure test after issue resolution (ela…
Browse files Browse the repository at this point in the history
…stic#42431)

Relates to issue elastic#37117
  • Loading branch information
davidkyle authored and Gurkan Kaymak committed May 27, 2019
1 parent 79410d4 commit 33d3f09
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ 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 @@ -108,7 +107,6 @@ 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 33d3f09

Please sign in to comment.