Skip to content

Commit 0b24c4f

Browse files
committed
Test: Mute failing SSL test
Relates: #35360
1 parent 891fdda commit 0b24c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ssl/SslIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void testThatUnconfiguredCiphersAreRejected() throws Exception {
9696
}
9797

9898
// no SSL exception as this is the exception is returned when connecting
99+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35360")
99100
public void testThatTransportClientUsingSSLv3ProtocolIsRejected() {
100101
assumeFalse("Can't run in a FIPS JVM as SSLv3 SSLContext not available", inFipsJvm());
101102
try (TransportClient transportClient = new TestXPackTransportClient(Settings.builder()

0 commit comments

Comments
 (0)