# HG changeset patch # User Sergey Kandaurov # Date 1485772320 -10800 # Node ID 6c27d5cab1d7956292d46daf776f986173138bf9 # Parent 3e2af4dedd9c960009fe21d19dc50008621f70e2 Tests: keep stream_ssl_preread.t TODO for older mainline releases. diff --git a/stream_ssl_preread.t b/stream_ssl_preread.t --- 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');