[TEST] Reenable IndicesStatsTests

Commit elastic/x-pack-elasticsearch@4165beb90 should have fixed the test failures.

Original commit: elastic/x-pack-elasticsearch@67b8aac14c
This commit is contained in:
Yannick Welsch 2017-04-27 17:03:33 +02:00
parent 1d08b4d1fb
commit 779e8f6771
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
*/
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;
@ -22,7 +21,6 @@ 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