Skip to content

Commit

Permalink
[7.x][ML] Mute failing MlDistributedFailureIT test (#65747) (#65750)
Browse files Browse the repository at this point in the history
Relates #64710

Backport of #65747
  • Loading branch information
dimitris-athanasiou authored Dec 2, 2020
1 parent 31d153b commit a4cbf12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ public void testJobRelocationIsMemoryAware() throws Exception {
});
}

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

0 comments on commit a4cbf12

Please sign in to comment.