Skip to content

Commit 973c3df

Browse files
committed
Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974)
Relates to #63973
1 parent 6243e4c commit 973c3df

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void testLookbackOnlyDataStream() throws Exception {
146146
waitUntilJobIsClosed(job.getId());
147147
}
148148

149+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63973")
149150
public void testDatafeedTimingStats_DatafeedRecreated() throws Exception {
150151
client().admin().indices().prepareCreate("data")
151152
.addMapping("type", "time", "type=date")

0 commit comments

Comments
 (0)