From 468507e788df7077172a8780722143fe38a75043 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Thu, 13 Apr 2017 14:16:32 +0100 Subject: [PATCH] Revert "Muted test." This reverts commit elastic/x-pack-elasticsearch@a4d8a7202397132ce439b1374371dd2bcbbec75f. Original commit: elastic/x-pack-elasticsearch@a2d5100ed20279e50817ecf1ab302f421ba49a12 --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index ebdf7325d11..ddfb82df1c4 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -329,7 +329,7 @@ project.afterEvaluate { integTestRunner { // TODO: fix this rest test to not depend on a hardcoded port! - systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*,ml/start_stop_datafeed/Test force stop datafeed' + systemProperty 'tests.rest.blacklist', 'getting_started/10_monitor_cluster_health/*' } integTestCluster {