reduce body size


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/framework/trunk@1901570 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/t/modules/proxy_websockets.t b/t/modules/proxy_websockets.t
index 116a5a9..f2d6558 100644
--- a/t/modules/proxy_websockets.t
+++ b/t/modules/proxy_websockets.t
@@ -6,7 +6,9 @@
 use Apache::TestUtil;
 use Apache::TestConfig ();
 
-my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024, "ping4" x 4096,  "sendquit");
+# not reliable, hangs for some people:
+# my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024, "ping4" x 4096,  "sendquit");
+my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024, "sendquit");
 my $total_tests = 2;
 
 plan tests => $total_tests, need 'AnyEvent::WebSocket::Client',
diff --git a/t/modules/proxy_websockets_ssl.t b/t/modules/proxy_websockets_ssl.t
index 5f27e05..c005afc 100644
--- a/t/modules/proxy_websockets_ssl.t
+++ b/t/modules/proxy_websockets_ssl.t
@@ -6,7 +6,8 @@
 use Apache::TestUtil;
 use Apache::TestConfig ();
 
-my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024, "ping4" x 4000,  "sendquit");
+# my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024, "ping4" x 4000,  "sendquit");
+my @test_cases = ( "ping0", "ping1" x 10, "ping2" x 100, "ping3" x 1024,  "sendquit");
 my $total_tests = 2;
 
 plan tests => $total_tests, need 'AnyEvent::WebSocket::Client',