mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
Mute DateTimeUnitTests.testConversion (#40738)
Due to #39617 Backport of #40086
This commit is contained in:
parent
722362e402
commit
799541e068
@ -66,6 +66,7 @@ public class DateTimeUnitTests extends ESTestCase {
|
||||
assertEquals(SECOND_OF_MINUTE, DateTimeUnit.resolve((byte) 8));
|
||||
}
|
||||
|
||||
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39617")
|
||||
public void testConversion() {
|
||||
long millis = randomLongBetween(0, Instant.now().toEpochMilli());
|
||||
DateTimeZone zone = randomDateTimeZone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user