Mute SSLDriverTests#testCloseDuringHandshakePreJDK11

Tracking issue: https://github.com/elastic/elasticsearch/issues/59992
This commit is contained in:
Zachary Tong 2020-07-28 13:19:59 -04:00
parent 9c62b5cb96
commit 9f8ec3e3fb
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ public class SSLDriverTests extends ESTestCase {
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();