Skip to content

Commit

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

Relates to issue #37117
  • Loading branch information
davidkyle authored May 24, 2019
1 parent 4b21100 commit 93f3d12
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 93f3d12

Please sign in to comment.