From 1bb9c4fe71a4a345531bb2ac6cc7b16cce009eae Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 25 Sep 2017 09:14:50 +0200 Subject: [PATCH] [Tests] Mute MonitoringIT see https://github.com/elastic/x-pack-elasticsearch/issues/2609 Original commit: elastic/x-pack-elasticsearch@e2e2393e6296db3f140189a6dff597e0594e8240 --- .../xpack/monitoring/integration/MonitoringIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java index 8f35a0bde4a..c803594bb05 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/monitoring/integration/MonitoringIT.java @@ -11,6 +11,7 @@ import org.apache.http.entity.ContentType; import org.apache.http.entity.StringEntity; import org.apache.http.nio.entity.NStringEntity; import org.apache.lucene.util.Constants; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.ElasticsearchException; import org.elasticsearch.Version; import org.elasticsearch.client.Response; @@ -63,6 +64,7 @@ import static org.hamcrest.Matchers.not; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; +@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2609") public class MonitoringIT extends ESRestTestCase { private static final String BASIC_AUTH_VALUE = basicAuthHeaderValue("x_pack_rest_user", TEST_PASSWORD_SECURE_STRING);