Test: Mute failing SSL test

Relates: https://github.com/elastic/elasticsearch/issues/35360
This commit is contained in:
Tim Vernum 2018-11-08 19:21:16 +11:00
parent 891fdda68e
commit 0b24c4f8e7
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class SslIntegrationTests extends SecurityIntegTestCase {
}
// no SSL exception as this is the exception is returned when connecting
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35360")
public void testThatTransportClientUsingSSLv3ProtocolIsRejected() {
assumeFalse("Can't run in a FIPS JVM as SSLv3 SSLContext not available", inFipsJvm());
try (TransportClient transportClient = new TestXPackTransportClient(Settings.builder()