# HG changeset patch # User Sergey Kandaurov # Date 1463773837 -10800 # Node ID bf86f9ad0c2310985bd070ed3bb17434e8c45350 # Parent 183a6b1f3fa5c4255ba7efbe5664f10f8b5aece7 Tests: proxy_cache_bypass TODO adjusted. diff --git a/proxy_cache_bypass.t b/proxy_cache_bypass.t --- 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');