diff --git a/server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java b/server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java index e9483f8be1fa1..41bbf053ff18b 100644 --- a/server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java +++ b/server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java @@ -847,7 +847,7 @@ public void testNegativePrediction() { } } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098") + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34046") public void testHoltWintersNotEnoughData() { Client client = client(); expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")