Please review this small change to remove intermittent key from this test. JDK-8137231 addressed intermittent failure and we haven't seen test failure for a long time and with frequent runs.

Bug: https://bugs.openjdk.java.net/browse/JDK-8156035

diff -r 3675fb8573d4 test/sun/security/rsa/SpecTest.java
--- a/test/sun/security/rsa/SpecTest.java    Wed May 18 18:46:14 2016 +0200
+++ b/test/sun/security/rsa/SpecTest.java    Wed May 18 10:37:42 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).

Thanks,
Rajan

Reply via email to