Browse Source

Mute MovAvgIT#testHoltWintersNotEnoughData

Relates to #34098
Simon Willnauer 7 years ago
parent
commit
2b730d1b9d

+ 1 - 0
server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java

@@ -847,6 +847,7 @@ public class MovAvgIT extends ESIntegTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098")
     public void testHoltWintersNotEnoughData() {
         Client client = client();
         expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")