From 0b24c4f8e7278911712b833e7cec38fc0ba2efbb Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Thu, 8 Nov 2018 19:21:16 +1100 Subject: [PATCH] Test: Mute failing SSL test Relates: https://github.com/elastic/elasticsearch/issues/35360 --- .../xpack/security/transport/ssl/SslIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ssl/SslIntegrationTests.java b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ssl/SslIntegrationTests.java index 16bdc705a43..20f15577b8a 100644 --- a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ssl/SslIntegrationTests.java +++ b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ssl/SslIntegrationTests.java @@ -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()