From 6a3d6027af1eb61dc7016eff7a6412c665492eb8 Mon Sep 17 00:00:00 2001 From: darcy Date: Fri, 4 Mar 2016 10:09:54 -0800 Subject: [PATCH] 8151225: Mark SpecTest.java as intermittently failing Reviewed-by: mullan --- test/sun/security/rsa/SpecTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sun/security/rsa/SpecTest.java b/test/sun/security/rsa/SpecTest.java index d2ab0a8e7..c13f1d919 100644 --- a/test/sun/security/rsa/SpecTest.java +++ b/test/sun/security/rsa/SpecTest.java @@ -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 @@ import java.security.spec.RSAKeyGenParameterSpec; /** * @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. -- GitLab