Skip to content

Commit 9ab2024

Browse files
authored
Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974)
Relates to #63973
1 parent d11e2d2 commit 9ab2024

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
@@ -145,6 +145,7 @@ public void testLookbackOnlyDataStream() throws Exception {
145145
waitUntilJobIsClosed(job.getId());
146146
}
147147

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

0 commit comments

Comments
 (0)