Skip to content

Commit

Permalink
Mute RollupIT.testPutStartAndGetRollupJob (#83503) (#83506)
Browse files Browse the repository at this point in the history
Relates #67749
  • Loading branch information
tlrx committed Feb 4, 2022
1 parent 94655a7 commit 2878a0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ 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 2878a0f

Please sign in to comment.