We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b0b16 commit b0cfc82Copy full SHA for b0cfc82
server/src/test/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java
@@ -274,6 +274,7 @@ public void testRolloverOnExistingIndex() throws Exception {
274
}
275
276
277
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66874")
278
public void testRolloverWithDateMath() {
279
ZonedDateTime now = ZonedDateTime.now(ZoneOffset.UTC);
280
assumeTrue("only works on the same day", now.plusMinutes(5).getDayOfYear() == now.getDayOfYear());
0 commit comments