Skip to content

Commit

Permalink
Mute DatafeedJobsIT#testDatafeedTimingStats_DatafeedRecreated (#63974)
Browse files Browse the repository at this point in the history
Relates to #63973
  • Loading branch information
javanna committed Oct 21, 2020
1 parent 6243e4c commit 973c3df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 973c3df

Please sign in to comment.