# HG changeset patch # User Sergey Kandaurov # Date 1534418170 -10800 # Node ID c6721d7bf1a0ecfe65ae9ca8a02d804d840174c8 # Parent e16eecc84b4938cab223620eda9df0bb9af76690 Tests: skip mirror test with limit_req on win32, it hangs. diff --git a/mirror_proxy.t b/mirror_proxy.t --- 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();