http-client-branch: tag tests that access real hosts on external networks as manual http-client-branch
authordfuchs
Mon, 30 Apr 2018 11:44:31 +0100
branchhttp-client-branch
changeset 56499 affcd56de28a
parent 56498 0908e8e61f9c
child 56500 4a33cb79f71e
http-client-branch: tag tests that access real hosts on external networks as manual
test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java
test/jdk/java/net/httpclient/HttpInputStreamTest.java
--- 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 {