test/jdk/javax/net/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
    28 
    28 
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @bug 7174244
    31  * @bug 7174244
    32  * @summary NPE in Krb5ProxyImpl.getServerKeys()
    32  * @summary NPE in Krb5ProxyImpl.getServerKeys()
       
    33  * @ignore the dependent implementation details are changed
    33  * @run main/othervm CipherSuitesInOrder
    34  * @run main/othervm CipherSuitesInOrder
    34  */
    35  */
    35 
    36 
    36 import java.util.*;
    37 import java.util.*;
    37 import javax.net.ssl.*;
    38 import javax.net.ssl.*;