From 779e8f677137acd184b0f8d051825267de084d2d Mon Sep 17 00:00:00 2001 From: Yannick Welsch Date: Thu, 27 Apr 2017 17:03:33 +0200 Subject: [PATCH] [TEST] Reenable IndicesStatsTests Commit elastic/x-pack-elasticsearch@4165beb90 should have fixed the test failures. Original commit: elastic/x-pack-elasticsearch@67b8aac14c958e4c7326828430fe82d583616c2d --- .../xpack/monitoring/resolver/indices/IndicesStatsTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/resolver/indices/IndicesStatsTests.java b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/resolver/indices/IndicesStatsTests.java index 09a8afab20d..694d454f098 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/resolver/indices/IndicesStatsTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/resolver/indices/IndicesStatsTests.java @@ -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