Skip to content

Commit b0cfc82

Browse files
Mute RolloverIT testRolloverWithDateMath (#66875)
Relates to #66874
1 parent 81b0b16 commit b0cfc82

File tree

1 file changed

+1
-0
lines changed
  • server/src/test/java/org/elasticsearch/action/admin/indices/rollover

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public void testRolloverOnExistingIndex() throws Exception {
274274
}
275275
}
276276

277+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66874")
277278
public void testRolloverWithDateMath() {
278279
ZonedDateTime now = ZonedDateTime.now(ZoneOffset.UTC);
279280
assumeTrue("only works on the same day", now.plusMinutes(5).getDayOfYear() == now.getDayOfYear());

0 commit comments

Comments
 (0)