Skip to content

Commit 7d173df

Browse files
committed
Mute DateParseTests.testInvalidPattern
1 parent e4b53d5 commit 7d173df

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/date

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/DateParseTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public static Iterable<Object[]> parameters() {
6464
);
6565
}
6666

67+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104124")
6768
public void testInvalidPattern() {
6869
String pattern = randomAlphaOfLength(10);
6970
DriverContext driverContext = driverContext();

0 commit comments

Comments
 (0)