Muting test o.e.t.t.ESTestCaseTests.testRandomDateFormatterPattern (#61497)
This commit is contained in:
parent
f3b6d49ae1
commit
6ffcc02fb9
|
@ -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());
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue