From 441a6868843da8e6b6928c25ddface1598bc7695 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Fri, 27 Jul 2018 12:20:32 +0200 Subject: [PATCH] Watcher: Reenable HttpSecretsIntegrationTests#testWebhookAction test The error message mentioned in #30094 does not link to to a cause by the test itself, as there are still inflight requests according to the circuit breaker. I ran this test class 100k times on bare metal and could not reproduce it. I will reenable the test for now. Closes #30094 --- .../watcher/test/integration/HttpSecretsIntegrationTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/HttpSecretsIntegrationTests.java b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/HttpSecretsIntegrationTests.java index 9b7050dc30d79..07fb45936e97f 100644 --- a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/HttpSecretsIntegrationTests.java +++ b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/HttpSecretsIntegrationTests.java @@ -165,7 +165,6 @@ public void testHttpInput() throws Exception { is(ApplicableBasicAuth.headerValue(USERNAME, PASSWORD.toCharArray()))); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30094") public void testWebhookAction() throws Exception { WatcherClient watcherClient = watcherClient(); watcherClient.preparePutWatch("_id")