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:
parent
cfdfd4ed7c
commit
f6fdc1a7ad
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue