Britta Weber 9 ani în urmă
părinte
comite
981478e4a9

+ 1 - 0
core/src/test/java/org/elasticsearch/search/aggregations/bucket/HistogramIT.java

@@ -886,6 +886,7 @@ public class HistogramIT extends ESIntegTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/19833")
     public void testEmptyWithExtendedBounds() throws Exception {
         int lastDataBucketKey = (numValueBuckets - 1) * interval;