Skip to content

Commit

Permalink
Unmute test (#89979)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
csoulios committed Sep 12, 2022
1 parent 87457c8 commit e85056b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public void testDeleteMissingRollupJob() {
assertThat(responseException.status().getStatus(), is(404));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67749")
public void testPutStartAndGetRollupJob() throws Exception {
// TODO expand this to also test with histogram and terms?
final GroupConfig groups = new GroupConfig(new DateHistogramGroupConfig.CalendarInterval("date", DateHistogramInterval.DAY));
Expand Down

0 comments on commit e85056b

Please sign in to comment.