8157816: Mark 4 httpclient tests as intermittently failing

Reviewed-by: chegar
This commit is contained in:
Felix Yang 2016-05-30 17:49:04 -07:00 committed by Felix Yang
parent 8d6c2508ab
commit 991c9b0593
4 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import java.util.concurrent.CompletableFuture;
/**
* @test
* @bug 8087112
* @key intermittent
* @build Server
* @run main/othervm -Djava.net.HttpClient.log=all SplitResponse
*/

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 8087112
* @key intermittent
* @library /lib/testlibrary
* @build jdk.testlibrary.SimpleSSLContext
* @modules java.httpclient

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 8157105
* @key intermittent
* @library /lib/testlibrary
* @build jdk.testlibrary.SimpleSSLContext
* @modules java.httpclient

View File

@ -39,6 +39,7 @@ import javax.net.ssl.SSLSession;
/*
* @test
* @bug 8150769 8157107
* @key intermittent
* @summary Checks that SSL parameters can be set for HTTP/2 connection
* @modules java.httpclient
* @compile/module=java.httpclient java/net/http/Http2Handler.java