Skip to content

Commit

Permalink
Mute DownsampleActionIT#testRollupIndex()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Feb 13, 2024
1 parent 4255946 commit 1a9a8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private void createIndex(String index, String alias, boolean isTimeSeries) throw
createIndexWithSettings(client(), index, alias, settings, mapping);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105437")
public void testRollupIndex() throws Exception {
createIndex(index, alias, true);
index(client(), index, true, null, "@timestamp", "2020-01-01T05:10:00Z", "volume", 11.0, "metricset", randomAlphaOfLength(5));
Expand Down

0 comments on commit 1a9a8bc

Please sign in to comment.