1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsv"

A skip guard for test_fallback_scsv has been added in upstream
repository.
This commit is contained in:
Yusuke Endoh 2020-02-17 20:51:46 +09:00
parent 8f91dc712a
commit 2032432dad

View file

@ -1426,7 +1426,6 @@ end
pend "Fallback SCSV is not supported" unless \
OpenSSL::SSL::SSLContext.method_defined?(:enable_fallback_scsv)
pend "This test seems to fail on OpenSSL 1.1.1d or later" if OpenSSL::OPENSSL_VERSION_NUMBER >= 0x10101040
start_server do |port|
ctx = OpenSSL::SSL::SSLContext.new