changeset 1219:f373a718f646

Tests: stream_ssl_preread.t TODO adjusted.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 11 Sep 2017 20:06:15 +0300
parents 24e175025ad8
children 0af58b78df35
files stream_ssl_preread.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream_ssl_preread.t
+++ b/stream_ssl_preread.t
@@ -162,7 +162,7 @@ is(get_ssl('foo', 8083), undef, 'preread
 is(stream()->io('x' x 1000), "127.0.0.1:$p3", 'not a handshake');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.13.6');
 
 is(stream("127.0.0.1:$p4")->io('x' x 16), "127.0.0.1:$p3",
 	'pending buffers on next upstream');