[Test] Mute IndicesStatsTests

See https://github.com/elastic/x-pack-elasticsearch/issues/496

Original commit: elastic/x-pack-elasticsearch@80aa60bc27
This commit is contained in:
Tanguy Leroux 2017-03-28 16:29:57 +02:00
parent b5dadc733b
commit 642bdb6cd9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.monitoring.resolver.indices;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.common.settings.Settings;
@ -21,6 +22,7 @@ import java.util.concurrent.TimeUnit;
import static org.hamcrest.Matchers.greaterThan;
@ClusterScope(scope = Scope.TEST, numClientNodes = 0)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/496")
public class IndicesStatsTests extends MonitoringIntegTestCase {
@Override