Skip to content

Commit 4987688

Browse files
committed
Revert "Skip a new test when old OpenSSL"
This reverts commit 8c96a69. This is no longer necessary since we do not support OpenSSL 1.1.0 anymore.
1 parent 93a564d commit 4987688

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/openssl/test_ssl.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,10 +1884,6 @@ def test_ciphers_method_frozen_object
18841884
end
18851885

18861886
def test_ciphers_method_bogus_csuite
1887-
omit "Old #{OpenSSL::OPENSSL_LIBRARY_VERSION}" if
1888-
year = OpenSSL::OPENSSL_LIBRARY_VERSION[/\A OpenSSL\s+[01]\..*\s\K\d+\z/x] and
1889-
year.to_i <= 2018
1890-
18911887
ssl_ctx = OpenSSL::SSL::SSLContext.new
18921888

18931889
assert_raise_with_message(

0 commit comments

Comments
 (0)