We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48b86e commit 2b730d1Copy full SHA for 2b730d1
server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java
@@ -847,6 +847,7 @@ public void testNegativePrediction() {
847
}
848
849
850
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098")
851
public void testHoltWintersNotEnoughData() {
852
Client client = client();
853
expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")
0 commit comments