Browse Source

Mute PValueScoreTests.testLowPValueScore

Mark Vieira 4 years ago
parent
commit
716bdcb6d7

+ 1 - 0
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/aggs/heuristic/PValueScoreTests.java

@@ -78,6 +78,7 @@ public class PValueScoreTests extends AbstractNXYSignificanceHeuristicTestCase {
         assertThat(pValueScore.getScore(subsetCount, subsetCount, subsetCount, supersetCount), greaterThanOrEqualTo(700.0));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75601")
     public void testLowPValueScore() {
         boolean backgroundIsSuperset = randomBoolean();
         long supersetCount = randomLongBetween(0L, Long.MAX_VALUE/2);