Skip to content

Commit

Permalink
skip legacy pfx spec on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Aug 27, 2024
1 parent d058425 commit fcd8f8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/integration/client_certificates_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ def asset(path)
end
end

it 'should fail with matching certificates in legacy pfx format' do
skip unless Gem::Version.new(OpenSSL::VERSION) >= Gem::Version.new('3.0.0')

it 'should fail with matching certificates in legacy pfx format', skip: ENV['CI'] do
options = {
ignoreHTTPSErrors: true,
clientCertificates: [{
Expand Down

0 comments on commit fcd8f8f

Please sign in to comment.