Watcher: Ignore REST test "Getting started - Monitor cluster health"

Test is blacklisted until it can work with dynamic port number

Original commit: elastic/x-pack-elasticsearch@5990e9436a
This commit is contained in:
Tanguy Leroux 2015-12-14 12:09:00 +01:00
parent cfdfd4ed7c
commit f6fdc1a7ad
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ integTest {
dependsOn copyWatcherRestTests dependsOn copyWatcherRestTests
systemProperty 'tests.rest.blacklist', systemProperty 'tests.rest.blacklist',
['hijack/10_basic/*', ['hijack/10_basic/*',
'array_compare_watch/10_basic/Basic array_compare watch'].join(',') 'array_compare_watch/10_basic/Basic array_compare watch',
'getting_started/10_monitor_cluster_health/Getting started - Monitor cluster health'].join(',')
cluster { cluster {
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack') plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')