Skip to content

Commit 81d40c9

Browse files
Merge remote-tracking branch 'elastic/master' into uuid-naming-data-blobs
2 parents c09e648 + dbbad81 commit 81d40c9

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)