Unmute test (#89979)

Test had been muted because of issue #67749

This PR unmutes test RollupIT.testPutStartAndGetRollupJob() because most probably it has
been fixed by #86992

Closes #67749
This commit is contained in:
Christos Soulios 2022-09-12 16:08:49 +03:00 committed by GitHub
parent 87457c8469
commit e85056b2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,6 @@ 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));