Mute failing RolloverIT#testRolloverWithDateMath

Relates to #37037
This commit is contained in:
Luca Cavanna 2018-12-31 11:51:06 +01:00
parent 85be9d6a89
commit fd7cde88db
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ public class RolloverIT extends ESIntegTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37037")
public void testRolloverWithDateMath() { public void testRolloverWithDateMath() {
ZonedDateTime now = ZonedDateTime.now(ZoneOffset.UTC); ZonedDateTime now = ZonedDateTime.now(ZoneOffset.UTC);
assumeTrue("only works on the same day", now.plusMinutes(5).getDayOfYear() == now.getDayOfYear()); assumeTrue("only works on the same day", now.plusMinutes(5).getDayOfYear() == now.getDayOfYear());