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
This commit is contained in:
parent
82fe67b225
commit
7d7cddc6ed
|
@ -165,7 +165,6 @@ public class HttpSecretsIntegrationTests extends AbstractWatcherIntegrationTestC
|
||||||
is(ApplicableBasicAuth.headerValue(USERNAME, PASSWORD.toCharArray())));
|
is(ApplicableBasicAuth.headerValue(USERNAME, PASSWORD.toCharArray())));
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30094")
|
|
||||||
public void testWebhookAction() throws Exception {
|
public void testWebhookAction() throws Exception {
|
||||||
WatcherClient watcherClient = watcherClient();
|
WatcherClient watcherClient = watcherClient();
|
||||||
watcherClient.preparePutWatch("_id")
|
watcherClient.preparePutWatch("_id")
|
||||||
|
|
Loading…
Reference in New Issue