Muting parts of JavaJodaTimeDuellingTests

This commit is contained in:
Christoph Büscher 2020-10-08 11:50:04 +02:00
parent a9d541561f
commit 564823b00f
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,7 @@ public class JavaJodaTimeDuellingTests extends ESTestCase {
// assertSamePrinterOutput("E, d MMM yyyy HH:mm:ss Z", LocaleUtils.parse("de"), javaTimeNow, dateTimeNow);
// }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63459")
public void testDuellingFormatsValidParsing() {
assertSameDate("1522332219", "epoch_second");
assertSameDate("0", "epoch_second");
@ -760,6 +761,7 @@ public class JavaJodaTimeDuellingTests extends ESTestCase {
assertParseException("2012-W1-1", "strict_weekyear_week_day");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63459")
public void testSamePrinterOutput() {
int year = randomIntBetween(1970, 2030);
int month = randomIntBetween(1, 12);