Skip to content

Commit 7d7cddc

Browse files
authored
Watcher: Reenable HttpSecretsIntegrationTests#testWebhookAction test (#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
1 parent 82fe67b commit 7d7cddc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/HttpSecretsIntegrationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public void testHttpInput() throws Exception {
165165
is(ApplicableBasicAuth.headerValue(USERNAME, PASSWORD.toCharArray())));
166166
}
167167

168-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30094")
169168
public void testWebhookAction() throws Exception {
170169
WatcherClient watcherClient = watcherClient();
171170
watcherClient.preparePutWatch("_id")

0 commit comments

Comments
 (0)