It's OK to me to remove this keyword at present. Note that this test case may be slow on some testing circumstances, and run into timeout intermittently.
Xuelei On 4/16/2016 8:00 AM, Rajan Halade wrote: > Please review following patch to remove intermittent keyword from this > test. Test has never seen to fail intermittently. > > diff -r 8606d027b2c2 > test/sun/security/provider/DSA/SupportedDSAParamGen.java > --- a/test/sun/security/provider/DSA/SupportedDSAParamGen.java Fri Apr > 15 16:19:15 2016 +0100 > +++ b/test/sun/security/provider/DSA/SupportedDSAParamGen.java Fri Apr > 15 16:58:04 2016 -0700 > @@ -24,7 +24,6 @@ > /* > * @test > * @bug 8072452 > - * @key intermittent > * @summary Support DHE sizes up to 8192-bits and DSA sizes up to > 3072-bits > * @run main/timeout=300 SupportedDSAParamGen 1024 160 > * @run main/timeout=300 SupportedDSAParamGen 2048 224 > > Thanks, > Rajan