diff proxy_cache_lock_ssi.t @ 568:907e89fba9c3

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 03 May 2015 12:45:09 +0300
parents 714668aea2b0
children 2cd00179f4b2
line wrap: on
line diff
--- a/proxy_cache_lock_ssi.t
+++ b/proxy_cache_lock_ssi.t
@@ -99,12 +99,6 @@ EOF
 my $s = http_get('/locked', start => 1);
 like(http_get('/ssi.html'), qr/end/, 'cache lock ssi');
 my ($start) = http_end($s) =~ /X-Msec: (\d+)/;
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.7.8');
-
 cmp_ok(time() - $start, '<=', 3, 'parallel execution after lock timeout');
 
-}
-
 ###############################################################################