8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
authorrhalade
Wed, 18 May 2016 16:36:52 -0700
changeset 38420 bd42ddec1aaa
parent 38419 5201cc2ca81d
child 38421 f75f729fdc5c
8156035: Remove intermittent key from sun/security/rsa/SpecTest.java Reviewed-by: mullan
jdk/test/sun/security/rsa/SpecTest.java
--- a/jdk/test/sun/security/rsa/SpecTest.java	Wed May 18 22:55:35 2016 +0000
+++ b/jdk/test/sun/security/rsa/SpecTest.java	Wed May 18 16:36:52 2016 -0700
@@ -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).