changeset 1022:616e682e4ca5

Tests: proxy_cache_range.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 02 Sep 2016 12:49:01 +0300
parents ebdf239722b9
children 8533222fcfc1
files proxy_cache_range.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_cache_range.t
+++ b/proxy_cache_range.t
@@ -102,7 +102,8 @@ like(http_get_range('/min_uses/t.html?4'
 
 TODO: {
 local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /sendfile on/
-	and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux';
+	and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux'
+	and !$t->has_version('1.11.4');
 
 like(http_get_range('/tbig.html?s=1', 'Range: bytes=0-19'),
 	qr/^XX000001XXXX000002XX$/ms, 'range of response received in parts');