changeset 1367:c6721d7bf1a0

Tests: skip mirror test with limit_req on win32, it hangs.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Aug 2018 14:16:10 +0300
parents e16eecc84b49
children c0dbb94fa36c
files mirror_proxy.t
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mirror_proxy.t
+++ b/mirror_proxy.t
@@ -90,6 +90,9 @@ like(http_post('/off'), qr/X-Body: 12345
 
 # delayed subrequest should not affect main request processing nor stuck itself
 
+SKIP: {
+skip 'hang on win32', 1 if $^O eq 'MSWin32' and !$ENV{TEST_NGINX_UNSAFE};
+
 TODO: {
 local $TODO = 'not yet';
 
@@ -97,6 +100,8 @@ like(http_post('/delay?1'), qr/X-Body: 1
 
 }
 
+}
+
 $t->todo_alerts();
 $t->stop();