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:
parent
df8dcb22b8
commit
9624788c17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue