Skip to content

Commit

Permalink
[TEST] Mute WebhookHttpsIntegrationTests.testHttps
Browse files Browse the repository at this point in the history
Due to #35503
  • Loading branch information
droberts195 committed Apr 1, 2019
1 parent 2b4ebca commit 54b0ff8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public void stopWebservice() throws Exception {
webServer.close();
}

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

0 comments on commit 54b0ff8

Please sign in to comment.