diff uwsgi.t @ 241:a01a53bcbf11

Tests: remove unneeded TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Nov 2012 03:47:25 +0400
parents c8169c827d18
children 6a0d934950bc
line wrap: on
line diff
--- a/uwsgi.t
+++ b/uwsgi.t
@@ -70,15 +70,9 @@ END
 like(http_get('/'), qr/SEE-THIS/, 'uwsgi request');
 unlike(http_head('/head'), qr/SEE-THIS/, 'no data in HEAD');
 
-SKIP: {
-skip 'unsafe', 1 unless $ENV{TEST_NGINX_UNSAFE};
-local $TODO = 'not yet';
-
 like(http_get_headers('/headers'), qr/SEE-THIS/,
 	'uwsgi request with many ignored headers');
 
-}
-
 ###############################################################################
 
 sub http_get_headers {