Mute PKI REST authentication 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@8d7db1c423
This commit is contained in:
Jason Tedor 2017-12-20 06:41:23 -05:00
parent 1bf63350f8
commit fe7c8fb4da
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class PkiAuthenticationTests extends SecurityIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3382")
public void testRestAuthenticationViaPki() throws Exception {
SSLContext context = getRestSSLContext("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testnode.jks", "testnode");
try (CloseableHttpClient client = HttpClients.custom().setSSLContext(context).build()) {