From 803654d9bf0d6bb36951d4d362f4cbd0ca20fd93 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Thu, 16 Mar 2017 09:57:32 +0100 Subject: [PATCH] [Test] Mute MonitoringBulkTests Related issue: https://github.com/elastic/x-pack-elasticsearch/issues/353 Original commit: elastic/x-pack-elasticsearch@d2600652e733ad793b5645acf98e9953f7f978bb --- .../xpack/monitoring/action/MonitoringBulkTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/action/MonitoringBulkTests.java b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/action/MonitoringBulkTests.java index 84c5d813e04..6da9e33b79a 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/action/MonitoringBulkTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/action/MonitoringBulkTests.java @@ -10,6 +10,7 @@ import org.apache.http.HttpHeaders; import org.apache.http.entity.ContentType; import org.apache.http.entity.StringEntity; import org.apache.http.message.BasicHeader; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.Response; import org.elasticsearch.client.RestClient; @@ -41,6 +42,7 @@ import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; +@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/353") public class MonitoringBulkTests extends MonitoringIntegTestCase { @Override