|
@@ -55,6 +55,7 @@ public class CronEvalToolTests extends CommandTestCase {
|
|
|
|
|
|
// randomized testing sets arbitrary locales and timezones, and we do not care
|
|
|
// we always have to output in standard locale and independent from timezone
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35687")
|
|
|
public void testEnsureDateIsShownInRootLocale() throws Exception {
|
|
|
String output = execute("-c","1", "0 0 11 ? * MON-SAT 2040");
|
|
|
if (TimeZone.getDefault().equals(DateTimeZone.UTC.toTimeZone())) {
|