[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:
parent
1d08b4d1fb
commit
779e8f6771
|
@ -5,7 +5,6 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.xpack.monitoring.resolver.indices;
|
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.admin.indices.stats.IndicesStatsResponse;
|
||||||
import org.elasticsearch.action.search.SearchResponse;
|
import org.elasticsearch.action.search.SearchResponse;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
|
@ -22,7 +21,6 @@ import java.util.concurrent.TimeUnit;
|
||||||
import static org.hamcrest.Matchers.greaterThan;
|
import static org.hamcrest.Matchers.greaterThan;
|
||||||
|
|
||||||
@ClusterScope(scope = Scope.TEST, numClientNodes = 0)
|
@ClusterScope(scope = Scope.TEST, numClientNodes = 0)
|
||||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/496")
|
|
||||||
public class IndicesStatsTests extends MonitoringIntegTestCase {
|
public class IndicesStatsTests extends MonitoringIntegTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue