Browse Source

Mute CronEvalToolTests.testEnsureDateIsShownInRootLocale

Due to https://github.com/elastic/elasticsearch/issues/35687
David Roberts 7 years ago
parent
commit
2ee25c858d

+ 1 - 0
x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/trigger/schedule/tool/CronEvalToolTests.java

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