8156035: Remove intermittent key from sun/security/rsa/SpecTest.java

Reviewed-by: mullan
This commit is contained in:
Rajan Halade 2016-05-18 16:36:52 -07:00
parent 918a949448
commit 4dcf9fd923

View File

@ -24,7 +24,6 @@
/**
* @test
* @bug 8044199 8137231
* @key intermittent
* @summary Check same KeyPair's private key and public key have same modulus.
* also check public key's public exponent equals to given spec's public
* exponent. Only key size 1024 is tested with RSAKeyGenParameterSpec.F0 (3).