Skip to content

Commit

Permalink
Mute SSLDriverTests#testCloseDuringHandshakePreJDK11
Browse files Browse the repository at this point in the history
Tracking issue: #59992
  • Loading branch information
polyfractal committed Jul 28, 2020
1 parent 9746682 commit 22ab563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public void testCloseDuringHandshakeJDK11() throws Exception {
serverDriver.read(networkReadBuffer, applicationBuffer);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59992")
public void testCloseDuringHandshakePreJDK11() throws Exception {
assumeTrue("this tests ssl engine for pre-JDK11", JavaVersion.current().compareTo(JavaVersion.parse("11")) < 0);
SSLContext sslContext = getSSLContext();
Expand Down

0 comments on commit 22ab563

Please sign in to comment.