Browse Source

[ML] Mute RandomSamplerIT.testRandomSampler (#89722)

Due to https://github.com/elastic/elasticsearch/issues/89721
David Roberts 3 years ago
parent
commit
c9e4a00baa

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/RandomSamplerIT.java

@@ -86,6 +86,7 @@ public class RandomSamplerIT extends ESIntegTestCase {
         ensureSearchable();
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89721")
     public void testRandomSampler() {
         double sampleMonotonicValue = 0.0;
         double sampleNumericValue = 0.0;