We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5510374 commit 17353faCopy full SHA for 17353fa
server/src/test/java/org/elasticsearch/search/fetch/subphase/highlight/HighlightBuilderTests.java
@@ -574,6 +574,7 @@ public void testPreTagsWithoutPostTags() throws IOException {
574
assertEquals("pre_tags are set but post_tags are not set", e.getCause().getCause().getMessage());
575
}
576
577
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/119723")
578
public void testInvalidMaxAnalyzedOffset() throws IOException {
579
XContentParseException e = expectParseThrows(
580
XContentParseException.class,
0 commit comments