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 9b7050dc30d..07fb45936e9 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 class HttpSecretsIntegrationTests extends AbstractWatcherIntegrationTestC 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")