diff stream_ssl_preread.t @ 1118:6c27d5cab1d7

Tests: keep stream_ssl_preread.t TODO for older mainline releases.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 30 Jan 2017 13:32:00 +0300
parents 8ef51dbb5d69
children cd153f1bbaad
line wrap: on
line diff
--- a/stream_ssl_preread.t
+++ b/stream_ssl_preread.t
@@ -170,8 +170,13 @@ is(get_short(), '', 'short client hello'
 
 # allow record with older SSL version, such as 3.0
 
+TODO: {
+local $TODO = 'not yet' unless $t->has_version('1.11.8');
+
 is(get_oldver(), 'foo', 'older version in ssl record');
 
+}
+
 $t->stop();
 
 is($t->read_file('status.log'), "400\n", 'preread buffer full - log');