test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java
changeset 49944 4690a2871b44
parent 49765 ee6f7a61f3a5
child 50681 4254bed3c09d
child 56507 2294c51eae30
--- a/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java	Wed May 02 10:47:16 2018 +0200
+++ b/test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java	Wed May 02 02:36:17 2018 -0700
@@ -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 {