mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
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:
parent
87457c8469
commit
e85056b2f0
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ public class RollupIT extends ESRestHighLevelClientTestCase {
|
|||
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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue