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:
parent
1bf63350f8
commit
fe7c8fb4da
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue