Skip to content

Commit cb4cdf1

Browse files
author
Christoph Büscher
committed
Update MovAvgIT AwaitsFix bug url
1 parent 1cc53b5 commit cb4cdf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

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

0 commit comments

Comments
 (0)