Skip broken SSL provider tests for freebsd

This commit is contained in:
Takashi Kokubun 2024-05-29 09:59:52 -07:00
Родитель 6e9dbcbacc
Коммит 6aaf673e4d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"