> On 14 Sep 2017, at 07:48, Felix Yang <felix.y...@oracle.com> wrote: > > Hi there, > > please review a minor patch to remove key intermittent. The original bug > has been resolved in JDK-8177935 and no intermittent failure observed since > there. > > Bug: > > https://bugs.openjdk.java.net/browse/JDK-8187026 > > Patch: > > diff -r 777356696811 test/java/net/httpclient/http2/BasicTest.java > --- a/test/java/net/httpclient/http2/BasicTest.java Fri Sep 08 18:24:17 > 2017 +0000 > +++ b/test/java/net/httpclient/http2/BasicTest.java Wed Sep 13 23:14:37 > 2017 -0700 > @@ -24,7 +24,6 @@ > /* > * @test > * @bug 8087112 > - * @key intermittent > * @library /lib/testlibrary server > * @build jdk.testlibrary.SimpleSSLContext > * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common
Reviewed. -Chris.