Skip to content

Commit

Permalink
Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#tes…
Browse files Browse the repository at this point in the history
…t_fallback_scsv"

A skip guard for test_fallback_scsv has been added in upstream
repository.
  • Loading branch information
mame committed Feb 17, 2020
1 parent 8f91dc7 commit 2032432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/openssl/test_ssl.rb
Expand Up @@ -1426,7 +1426,6 @@ def test_fallback_scsv

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
Expand Down

0 comments on commit 2032432

Please sign in to comment.