http-client-branch: tag tests that access real hosts on external networks as manual
--- a/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java Fri Apr 27 15:23:33 2018 +0100
+++ b/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java Mon Apr 30 11:44:31 2018 +0100
@@ -40,8 +40,8 @@
/*
* @test
* @bug 8187503
- * @summary An example on how to read a response body with InputStream...
- * @run main/othervm -Dtest.debug=true BodyProcessorInputStreamTest
+ * @summary An example on how to read a response body with InputStream.
+ * @run main/manual -Dtest.debug=true BodyProcessorInputStreamTest
* @author daniel fuchs
*/
public class BodyProcessorInputStreamTest {
--- a/test/jdk/java/net/httpclient/HttpInputStreamTest.java Fri Apr 27 15:23:33 2018 +0100
+++ b/test/jdk/java/net/httpclient/HttpInputStreamTest.java Mon Apr 30 11:44:31 2018 +0100
@@ -46,8 +46,8 @@
/*
* @test
- * @summary An example on how to read a response body with InputStream...
- * @run main/othervm -Dtest.debug=true HttpInputStreamTest
+ * @summary An example on how to read a response body with InputStream.
+ * @run main/manual -Dtest.debug=true HttpInputStreamTest
* @author daniel fuchs
*/
public class HttpInputStreamTest {