Skip to content

Commit

Permalink
Reenable MlDistributedFailureIT
Browse files Browse the repository at this point in the history
Rreenable testClusterWithTwoMlNodes_RunsDatafeed_GivenOriginalNodeGoesDown
 after Lucene 8.10 upgrade

Closes elastic#77655
  • Loading branch information
mayya-sharipova committed Sep 16, 2021
1 parent a5030ef commit c495842
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ public void testJobRelocationIsMemoryAware() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77655")
public void testClusterWithTwoMlNodes_RunsDatafeed_GivenOriginalNodeGoesDown() throws Exception {
internalCluster().ensureAtMostNumDataNodes(0);
logger.info("Starting dedicated master node...");
Expand Down

0 comments on commit c495842

Please sign in to comment.