Mute XPackRestIT.test {p0=bulk/10_basic/Bulk indexing of monitoring data}

Original commit: elastic/x-pack-elasticsearch@e3a889222e
This commit is contained in:
Tanguy Leroux 2016-05-09 13:27:54 +02:00
parent 38d23866d3
commit 8f097d24e4
1 changed files with 1 additions and 1 deletions

View File

@ -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'