Skip to content

Commit

Permalink
remove AwaitsFix from CustomUnifiedHighlighterTests
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Mar 15, 2022
1 parent 9488339 commit 1388897
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public void testNoMatchSize() throws Exception {
);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
public void testMultiPhrasePrefixQuerySingleTerm() throws Exception {
final String[] inputs = { "The quick brown fox." };
final String[] outputs = { "The quick <b>brown</b> fox." };
Expand All @@ -186,7 +185,6 @@ public void testMultiPhrasePrefixQuerySingleTerm() throws Exception {
);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
public void testMultiPhrasePrefixQuery() throws Exception {
final String[] inputs = { "The quick brown fox." };
final String[] outputs = { "The <b>quick</b> <b>brown</b> <b>fox</b>." };
Expand Down Expand Up @@ -267,7 +265,6 @@ public void testSmallSentenceBoundedBreakIterator() throws Exception {
);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
public void testRepeat() throws Exception {
final String[] inputs = { "Fun fun fun fun fun fun fun fun fun fun" };
final String[] outputs = {
Expand Down

0 comments on commit 1388897

Please sign in to comment.