8151225: Mark SpecTest.java as intermittently failing
authordarcy
Fri, 04 Mar 2016 10:09:54 -0800
changeset 36245 b6fc4e5802f3
parent 36244 4cee1837f089
child 36246 85e2514b7249
8151225: Mark SpecTest.java as intermittently failing Reviewed-by: mullan
jdk/test/sun/security/rsa/SpecTest.java
--- a/jdk/test/sun/security/rsa/SpecTest.java	Fri Mar 04 18:36:27 2016 +0100
+++ b/jdk/test/sun/security/rsa/SpecTest.java	Fri Mar 04 10:09:54 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -34,6 +34,7 @@
 /**
  * @test
  * @bug 8044199
+ * @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.