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'