Mute RollupIT.testPutStartAndGetRollupJob (#83503) (#83505)

Relates #67749
This commit is contained in:
Tanguy Leroux 2022-02-04 12:15:47 +01:00 committed by GitHub
parent c78b719806
commit d03aaf1262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,7 @@ public class RollupIT extends ESRestHighLevelClientTestCase {
assertThat(responseException.status().getStatus(), is(404)); assertThat(responseException.status().getStatus(), is(404));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67749")
public void testPutStartAndGetRollupJob() throws Exception { public void testPutStartAndGetRollupJob() throws Exception {
// TODO expand this to also test with histogram and terms? // TODO expand this to also test with histogram and terms?
final GroupConfig groups = new GroupConfig(new DateHistogramGroupConfig.CalendarInterval("date", DateHistogramInterval.DAY)); final GroupConfig groups = new GroupConfig(new DateHistogramGroupConfig.CalendarInterval("date", DateHistogramInterval.DAY));