Skip to content

Commit 2b730d1

Browse files
committed
Mute MovAvgIT#testHoltWintersNotEnoughData
Relates to #34098
1 parent a48b86e commit 2b730d1

File tree

1 file changed

+1
-0
lines changed
  • server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ public void testNegativePrediction() {
847847
}
848848
}
849849

850+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098")
850851
public void testHoltWintersNotEnoughData() {
851852
Client client = client();
852853
expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")

0 commit comments

Comments
 (0)