changeset 931:bf86f9ad0c23

Tests: proxy_cache_bypass TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 20 May 2016 22:50:37 +0300
parents 183a6b1f3fa5
children f9ab0aa6e14e
files proxy_cache_bypass.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_cache_bypass.t
+++ b/proxy_cache_bypass.t
@@ -95,7 +95,7 @@ like(http_get('/t2'), qr/403 Forbidden/,
 like(http_get('/t2?bypass=1'), qr/NOOP/, 'error cache bypassed');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.11.0');
 
 like(http_get('/t2'), qr/NOOP/, 'error cached after bypass');