Skip to content

Commit

Permalink
temporarily mute MoreLikeThisIT.testMoreLikeThisMalformedArtificialDocs
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Feb 15, 2022
1 parent f996be6 commit 587248a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ public void testMoreLikeThisArtificialDocs() throws Exception {
assertHitCount(response, 1);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2107")
public void testMoreLikeThisMalformedArtificialDocs() throws Exception {
logger.info("Creating the index ...");
assertAcked(prepareCreate("test").addMapping("type1", "text", "type=text,analyzer=whitespace", "date", "type=date"));
Expand Down

0 comments on commit 587248a

Please sign in to comment.