test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
--- a/test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java	Fri May 11 14:55:56 2018 -0700
+++ b/test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java	Fri May 11 15:53:12 2018 -0700
@@ -25,15 +25,16 @@
  * @test
  * @bug 4948079
  * @summary SSLEngineResult needs updating [none yet]
- *
- * This is a simple hack to test a bunch of conditions and check
- * their return codes.
- *
+ * @ignore the dependent implementation details are changed
  * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
  *
  * @author Brad Wetmore
  */
 
+/*
+ * This is a simple hack to test a bunch of conditions and check
+ * their return codes.
+ */
 import javax.net.ssl.*;
 import javax.net.ssl.SSLEngineResult.*;
 import java.io.*;