Skip to content

Commit ea47587

Browse files
[7.x][ML] Mute testClusterWithTwoMlNodes_RunsDatafeed_GivenOriginalNodeGoesDown (#70979) (#70981)
Relates #67756 Backport of #70979
1 parent 7f08b3b commit ea47587

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

x-pack/plugin/ml/src/internalClusterTest/java/org/elasticsearch/xpack/ml/integration/MlDistributedFailureIT.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,7 @@ public void testJobRelocationIsMemoryAware() throws Exception {
482482
});
483483
}
484484

485-
@TestIssueLogging(
486-
value = "org.elasticsearch.xpack.ml.action:TRACE,"
487-
+ "org.elasticsearch.xpack.ml.job.process.autodetect.AutodetectProcessManager:TRACE,"
488-
+ "org.elasticsearch.xpack.ml.datafeed:TRACE",
489-
issueUrl = "https://github.com/elastic/elasticsearch/issues/67756"
490-
)
485+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67756")
491486
public void testClusterWithTwoMlNodes_RunsDatafeed_GivenOriginalNodeGoesDown() throws Exception {
492487
internalCluster().ensureAtMostNumDataNodes(0);
493488
logger.info("Starting dedicated master node...");

0 commit comments

Comments
 (0)