Mute PKI REST authentication failure 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@f519c2a7ee
This commit is contained in:
parent
3dd9445f4b
commit
1bf63350f8
|
@ -111,6 +111,7 @@ public class PkiAuthenticationTests extends SecurityIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3382")
|
||||||
public void testRestAuthenticationFailure() throws Exception {
|
public void testRestAuthenticationFailure() throws Exception {
|
||||||
SSLContext context = getRestSSLContext("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.jks", "testclient");
|
SSLContext context = getRestSSLContext("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.jks", "testclient");
|
||||||
try (CloseableHttpClient client = HttpClients.custom().setSSLContext(context).build()) {
|
try (CloseableHttpClient client = HttpClients.custom().setSSLContext(context).build()) {
|
||||||
|
|
Loading…
Reference in New Issue