test/jdk/sun/security/ssl/SSLSocketImpl/SetClientMode.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
--- a/test/jdk/sun/security/ssl/SSLSocketImpl/SetClientMode.java	Fri May 11 14:55:56 2018 -0700
+++ b/test/jdk/sun/security/ssl/SSLSocketImpl/SetClientMode.java	Fri May 11 15:53:12 2018 -0700
@@ -21,15 +21,17 @@
  * questions.
  */
 
+// SunJSSE does not support dynamic system properties, no way to re-use
+// system properties in samevm/agentvm mode.
+
 /*
  * @test
  * @bug 6223624
+ * @ignore this test does not grant to work.  The handshake may have completed
+ *        when getSession() return.  Please update or remove this test case.
  * @summary SSLSocket.setUseClientMode() fails to throw expected
  *        IllegalArgumentException
  * @run main/othervm SetClientMode
- *
- *     SunJSSE does not support dynamic system properties, no way to re-use
- *     system properties in samevm/agentvm mode.
  */
 
 /*