Mute MovAvgIT#testHoltWintersNotEnoughData

Relates to #34098
This commit is contained in:
Simon Willnauer 2018-09-26 23:50:31 +02:00
parent a48b86e7c6
commit 2b730d1b9d
1 changed files with 1 additions and 0 deletions

View File

@ -847,6 +847,7 @@ public class MovAvgIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098")
public void testHoltWintersNotEnoughData() {
Client client = client();
expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")