зеркало из https://github.com/github/ruby.git
Skip broken SSL provider tests for freebsd
This commit is contained in:
Родитель
6e9dbcbacc
Коммит
6aaf673e4d
|
@ -12,6 +12,7 @@ class OpenSSL::TestProvider < OpenSSL::TestCase
|
|||
end
|
||||
|
||||
def test_openssl_provider_names
|
||||
omit 'not working on freebsd RubyCI' if ENV['RUBYCI_NICKNAME'] =~ /freebsd/
|
||||
with_openssl <<-'end;'
|
||||
legacy_provider = OpenSSL::Provider.load("legacy")
|
||||
assert_equal(2, OpenSSL::Provider.provider_names.size)
|
||||
|
@ -33,6 +34,7 @@ class OpenSSL::TestProvider < OpenSSL::TestCase
|
|||
end
|
||||
|
||||
def test_openssl_legacy_provider
|
||||
omit 'not working on freebsd RubyCI' if ENV['RUBYCI_NICKNAME'] =~ /freebsd/
|
||||
with_openssl(<<-'end;')
|
||||
OpenSSL::Provider.load("legacy")
|
||||
algo = "RC4"
|
||||
|
|
Загрузка…
Ссылка в новой задаче