Mute EllipticCurveSSLTests
Relates elastic/x-pack-elasticsearch#1278 Original commit: elastic/x-pack-elasticsearch@3e5dbf5fe6
This commit is contained in:
parent
1e0caee90d
commit
240bd5bfa7
|
@ -66,6 +66,7 @@ public class EllipticCurveSSLTests extends SecurityIntegTestCase {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1278")
|
||||||
public void testConnection() throws Exception {
|
public void testConnection() throws Exception {
|
||||||
final Path keyPath = getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/prime256v1-key.pem");
|
final Path keyPath = getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/prime256v1-key.pem");
|
||||||
final Path certPath = getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/prime256v1-cert.pem");
|
final Path certPath = getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/prime256v1-cert.pem");
|
||||||
|
|
Loading…
Reference in New Issue