7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently

Reviewed-by: vinnie, wetmore
This commit is contained in:
Jason Uh 2012-12-13 09:35:35 -05:00
parent 2f8cd2937d
commit e3c39dffe5
2 changed files with 0 additions and 5 deletions

View File

@ -263,10 +263,6 @@ sun/rmi/transport/proxy/EagerHttpFallback.java generic-all
# 7164518: no PortUnreachableException on Mac
sun/security/krb5/auto/Unreachable.java macosx-all
# 7193792
sun/security/pkcs11/ec/TestECDSA.java solaris-all
sun/security/pkcs11/ec/TestECDSA.java linux-all
# 7193793
sun/security/pkcs11/ec/TestECDH.java linux-all

View File

@ -179,7 +179,6 @@ public class TestECDSA extends PKCS11Test {
// SHA1withECDSA and NONEwithECDSA
Signature s = Signature.getInstance("SHA1withECDSA", provider);
s.initSign(privateKey);
s.initSign(privateKey);
s.update(data);
byte[] s1 = s.sign();