Skip to content

Commit

Permalink
Mute PValueScoreTests.testHighPValueScore (elastic#75636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayya-sharipova committed Jul 22, 2021
1 parent d581766 commit 6f51b2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void testPValueScore_WhenAllDocsContainTerm() {
assertThat(pValueScore.getScore(subsetCount, subsetCount, supersetCount, supersetCount), equalTo(0.0));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75601")
public void testHighPValueScore() {
boolean backgroundIsSuperset = randomBoolean();
long supersetCount = randomLongBetween(0L, Long.MAX_VALUE/2);
Expand Down

0 comments on commit 6f51b2f

Please sign in to comment.