# HG changeset patch # User coffeys # Date 1452270067 0 # Node ID dcacefa73649a2d821267b6bff1d70aa10a06801 # Parent 552953ba78bf92aa3d89a0e4d20b110bb6cb4421 8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again Reviewed-by: mullan diff -r 552953ba78bf -r dcacefa73649 test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java --- a/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java Tue Jan 05 19:30:06 2016 +0300 +++ b/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java Fri Jan 08 16:21:07 2016 +0000 @@ -57,10 +57,6 @@ } public void main(Provider p) throws Exception { - // MD5 is used in this test case, don't disable MD5 algorithm. - Security.setProperty( - "jdk.certpath.disabledAlgorithms", "MD2, RSA keySize < 1024"); - String testWithoutSunEC = System.getProperty("testWithoutSunEC"); if (p.getService("KeyFactory", "EC") == null) {