Skip to content

Commit

Permalink
Update MovAvgIT AwaitsFix bug url
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher authored and kcm committed Oct 30, 2018
1 parent 665b3a2 commit 8a3828f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8a3828f

Please sign in to comment.