mute test in favor of #10972

This commit is contained in:
Simon Willnauer 2015-05-05 10:04:52 +02:00
parent d62771ac5d
commit 1bc159ebf7
1 changed files with 2 additions and 0 deletions

View File

@ -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";