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 722362e commit 799541eCopy full SHA for 799541e
server/src/test/java/org/elasticsearch/common/rounding/DateTimeUnitTests.java
@@ -66,6 +66,7 @@ public void testEnumIds() {
66
assertEquals(SECOND_OF_MINUTE, DateTimeUnit.resolve((byte) 8));
67
}
68
69
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39617")
70
public void testConversion() {
71
long millis = randomLongBetween(0, Instant.now().toEpochMilli());
72
DateTimeZone zone = randomDateTimeZone();
0 commit comments