mute test in favor of #10972
This commit is contained in:
parent
d62771ac5d
commit
1bc159ebf7
|
@ -22,6 +22,7 @@ package org.elasticsearch.search.aggregations.reducers.moving.avg;
|
|||
|
||||
import com.google.common.collect.EvictingQueue;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
||||
import org.elasticsearch.action.search.SearchPhaseExecutionException;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
|
@ -64,6 +65,7 @@ import static org.hamcrest.core.IsNull.notNullValue;
|
|||
import static org.hamcrest.core.IsNull.nullValue;
|
||||
|
||||
@ElasticsearchIntegrationTest.SuiteScopeTest
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/10972")
|
||||
public class MovAvgTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
private static final String INTERVAL_FIELD = "l_value";
|
||||
|
|
Loading…
Reference in New Issue