Skip to content

Commit dbbad81

Browse files
committed
[TEST] Mute WebhookHttpsIntegrationTests.testHttps
Due to #35503
1 parent 5fb53af commit dbbad81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/webhook/WebhookHttpsIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public void stopWebservice() throws Exception {
6767
webServer.close();
6868
}
6969

70+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35503")
7071
public void testHttps() throws Exception {
7172
webServer.enqueue(new MockResponse().setResponseCode(200).setBody("body"));
7273
HttpRequestTemplate.Builder builder = HttpRequestTemplate.builder("localhost", webServer.getPort())

0 commit comments

Comments
 (0)