Browse Source

AwaitsFix for #105542

David Turner 1 year ago
parent
commit
7817f61175

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

@@ -128,6 +128,7 @@ public class RandomSamplerIT extends ESIntegTestCase {
         );
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105542")
     public void testRandomSamplerHistogram() {
         Map<String, Double> sampleMonotonicValue = new HashMap<>();
         Map<String, Double> sampleNumericValue = new HashMap<>();