From 973c3df8d8988757e04d1faeddbc677db6c7e9ee Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Wed, 21 Oct 2020 11:30:11 +0200 Subject: [PATCH] Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974) Relates to #63973 --- .../org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java b/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java index b4ccb1551a988..f8d157823cb99 100644 --- a/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java +++ b/x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java @@ -146,6 +146,7 @@ public void testLookbackOnlyDataStream() throws Exception { waitUntilJobIsClosed(job.getId()); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63973") public void testDatafeedTimingStats_DatafeedRecreated() throws Exception { client().admin().indices().prepareCreate("data") .addMapping("type", "time", "type=date")