Muting test o.e.t.t.ESTestCaseTests.testRandomDateFormatterPattern (#61497)

This commit is contained in:
Benjamin Trent 2020-08-24 13:58:09 -04:00 committed by GitHub
parent f3b6d49ae1
commit 6ffcc02fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ public class ESTestCaseTests extends ESTestCase {
assertEquals(10300, ESTestCase.getBasePort());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61496")
public void testRandomDateFormatterPattern() {
DateFormatter formatter = DateFormatter.forPattern(randomDateFormatterPattern());
/*