Mute SSL HTTP connection test

This test is failing for days, possibly due to a change in core
Elasticsearch. This commit marks this test as awaits fix.

Original commit: elastic/x-pack-elasticsearch@8ed3965795
This commit is contained in:
Jason Tedor 2017-12-20 06:42:20 -05:00
parent fe7c8fb4da
commit 1ac31fe626
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class SslIntegrationTests extends SecurityIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3382")
public void testThatConnectionToHTTPWorks() throws Exception {
Settings.Builder builder = Settings.builder();
addSSLSettingsForStore(builder, "/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.jks", "testclient");