Mute DateTimeUnitTests.testConversion (#40738)

Due to #39617

Backport of  #40086
This commit is contained in:
Dimitrios Liappis 2019-04-10 16:37:16 +03:00 committed by GitHub
parent 722362e402
commit 799541e068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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();