From d26ec2750362c4d39dd0c85a532e4c09b98a646d Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Tue, 2 Apr 2019 08:51:31 +0200 Subject: [PATCH] muted test, relates to #40682 --- .../xpack/watcher/input/http/HttpInputIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/input/http/HttpInputIntegrationTests.java b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/input/http/HttpInputIntegrationTests.java index ab218288c6f93..e5d9bc2493c0a 100644 --- a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/input/http/HttpInputIntegrationTests.java +++ b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/input/http/HttpInputIntegrationTests.java @@ -81,6 +81,7 @@ public void testHttpInput() throws Exception { assertWatchWithMinimumPerformedActionsCount("_name", 1, false); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40682") public void testHttpInputClusterStats() throws Exception { InetSocketAddress address = internalCluster().httpAddresses()[0]; PutWatchResponse putWatchResponse = watcherClient().preparePutWatch("_name")