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:
parent
8f91dc712a
commit
2032432dad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue