Skip to content

Commit

Permalink
Mute DateParseTests.testInvalidPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 9, 2024
1 parent e4b53d5 commit 7d173df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static Iterable<Object[]> parameters() {
);
}

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

0 comments on commit 7d173df

Please sign in to comment.