Skip to content

Commit 799541e

Browse files
authored
Mute DateTimeUnitTests.testConversion (#40738)
Due to #39617 Backport of #40086
1 parent 722362e commit 799541e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/common/rounding/DateTimeUnitTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void testEnumIds() {
6666
assertEquals(SECOND_OF_MINUTE, DateTimeUnit.resolve((byte) 8));
6767
}
6868

69+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39617")
6970
public void testConversion() {
7071
long millis = randomLongBetween(0, Instant.now().toEpochMilli());
7172
DateTimeZone zone = randomDateTimeZone();

0 commit comments

Comments
 (0)