diff proxy_cache_bypass.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 196d33c2bb45
children
line wrap: on
line diff
--- a/proxy_cache_bypass.t
+++ b/proxy_cache_bypass.t
@@ -93,12 +93,6 @@ like(http_get('/t2'), qr/403 Forbidden/,
 
 like(http_get('/t2'), qr/403 Forbidden/, 'error cached');
 like(http_get('/t2?bypass=1'), qr/NOOP/, 'error cache bypassed');
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.0');
-
 like(http_get('/t2'), qr/NOOP/, 'error cached after bypass');
 
-}
-
 ###############################################################################