Skip to content

Commit 2ee25c8

Browse files
committed
Mute CronEvalToolTests.testEnsureDateIsShownInRootLocale
Due to #35687
1 parent c468d92 commit 2ee25c8

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/trigger/schedule/tool

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public void testGetNextValidTimes() throws Exception {
5555

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

0 commit comments

Comments
 (0)