From 8f097d24e470edd8cd46c603eb553c9737a9ecaa Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 9 May 2016 13:27:54 +0200 Subject: [PATCH] Mute XPackRestIT.test {p0=bulk/10_basic/Bulk indexing of monitoring data} Original commit: elastic/x-pack-elasticsearch@e3a889222e649b8862f9b99d173a0c6aeead0ac0 --- elasticsearch/x-pack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/x-pack/build.gradle b/elasticsearch/x-pack/build.gradle index deb32ad434d..a9e223f3f74 100644 --- a/elasticsearch/x-pack/build.gradle +++ b/elasticsearch/x-pack/build.gradle @@ -125,7 +125,7 @@ bundlePlugin { integTest { // TODO: fix this rest test to not depend on a hardcoded port! - systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*' + systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*,bulk/10_basic/*' cluster { setting 'xpack.monitoring.agent.interval', '3s' setupCommand 'setupDummyUser', 'bin/x-pack/users', 'useradd', 'test_user', '-p', 'changeme', '-r', 'superuser'