From f6fdc1a7ad9dd3ca6adb8e562b7e755362a24649 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 14 Dec 2015 12:09:00 +0100 Subject: [PATCH] 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@5990e9436a397c399aff68e5bc0c0070d2a0b984 --- elasticsearch/qa/smoke-test-watcher-with-shield/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elasticsearch/qa/smoke-test-watcher-with-shield/build.gradle b/elasticsearch/qa/smoke-test-watcher-with-shield/build.gradle index 73943d755ef..3891ee268c2 100644 --- a/elasticsearch/qa/smoke-test-watcher-with-shield/build.gradle +++ b/elasticsearch/qa/smoke-test-watcher-with-shield/build.gradle @@ -15,7 +15,8 @@ integTest { dependsOn copyWatcherRestTests systemProperty 'tests.rest.blacklist', ['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 { plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')