Skip to content

Commit

Permalink
Watcher: Reenable HttpSecretsIntegrationTests#testWebhookAction test (#…
Browse files Browse the repository at this point in the history
…32456)

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
  • Loading branch information
spinscale committed Aug 1, 2018
1 parent 82fe67b commit 7d7cddc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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")
Expand Down

0 comments on commit 7d7cddc

Please sign in to comment.