Skip to content

Commit

Permalink
AwaitsFix for #103981
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Feb 9, 2024
1 parent f1aae38 commit 8c9c24c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ public void testILMWaitsForTimeSeriesEndTimeToLapse() throws Exception {
}, 30, TimeUnit.SECONDS);
}

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

0 comments on commit 8c9c24c

Please sign in to comment.