diff proxy_cache_lock_ssi.t @ 506:5baf4b01cae4

Tests: adjusted TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Dec 2014 20:34:59 +0300
parents 318f305a2014
children 714668aea2b0
line wrap: on
line diff
--- a/proxy_cache_lock_ssi.t
+++ b/proxy_cache_lock_ssi.t
@@ -101,7 +101,7 @@ like(http_get('/ssi.html'), qr/end/, 'ca
 http_end($s);
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.8');
 
 cmp_ok(time() - $start, '<=', 3, 'parallel execution after lock timeout');