[TEST] Mute WebhookHttpsIntegrationTests.testHttps

Due to https://github.com/elastic/elasticsearch/issues/35503
This commit is contained in:
David Roberts 2019-04-01 14:20:01 +01:00
parent 2b4ebcab53
commit 54b0ff8e33
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class WebhookHttpsIntegrationTests extends AbstractWatcherIntegrationTest
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())