Mutes failing MovAvgIT tests

Relates #29456
This commit is contained in:
Jim Ferenczi 2018-04-18 10:54:45 +02:00
parent c8209fa7b1
commit 8b34066d8b
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ import static org.hamcrest.core.IsNull.notNullValue;
import static org.hamcrest.core.IsNull.nullValue;
@ESIntegTestCase.SuiteScopeTestCase
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29456")
public class MovAvgIT extends ESIntegTestCase {
private static final String INTERVAL_FIELD = "l_value";
private static final String VALUE_FIELD = "v_value";