Skip to content

Commit

Permalink
Mute SignificantTermsSignificanceScoreIT#testScriptScore (elastic#99691)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase authored Sep 20, 2023
1 parent 1fd17b8 commit 406a189
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ private void indexEqualTestData() throws ExecutionException, InterruptedExceptio
indexRandom(true, false, indexRequestBuilders);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99690")
public void testScriptScore() throws ExecutionException, InterruptedException, IOException {
String type = randomBoolean() ? "text" : "long";
indexRandomFrequencies01(type);
Expand Down

0 comments on commit 406a189

Please sign in to comment.