Skip failing example on Ubuntu runner of ruby/ruby
https://github.com/ruby/ruby/actions/runs/14585602800/job/40910453142
This commit is contained in:
parent
8e8df8efb7
commit
3a2415cc47
Notes:
git
2025-04-22 06:35:09 +00:00
@ -43,7 +43,7 @@ RSpec.describe "bundle doctor ssl" do
|
||||
expect { subject.run }.to output("").to_stdout.and output(expected_err).to_stderr
|
||||
end
|
||||
|
||||
it "fails due to certificate verification" do
|
||||
it "fails due to certificate verification", :ruby_repo do
|
||||
net_http = Class.new(Artifice::Net::HTTP) do
|
||||
def connect
|
||||
raise OpenSSL::SSL::SSLError, "certificate verify failed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user