Monitoring: Mute MonitoringIT tests

Relates elastic/x-pack-elasticsearch#4027, elastic/x-pack-elasticsearch#3962

Original commit: elastic/x-pack-elasticsearch@9ef5cac4ba
This commit is contained in:
Alexander Reelsen 2018-02-23 12:12:40 +01:00
parent df8dcb22b8
commit 9624788c17
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
package org.elasticsearch.xpack.monitoring.integration;
import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.Version;
import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse;
@ -78,6 +79,7 @@ import static org.hamcrest.Matchers.not;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4027")
public class MonitoringIT extends ESSingleNodeTestCase {
@Override