Skip to content

Commit 439428c

Browse files
committed
Skip failing example on Ubuntu runner of ruby/ruby
https://github.com/ruby/ruby/actions/runs/14585602800/job/40910453142
1 parent 2de5cb2 commit 439428c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/commands/ssl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
expect { subject.run }.to output("").to_stdout.and output(expected_err).to_stderr
4444
end
4545

46-
it "fails due to certificate verification" do
46+
it "fails due to certificate verification", :ruby_repo do
4747
net_http = Class.new(Artifice::Net::HTTP) do
4848
def connect
4949
raise OpenSSL::SSL::SSLError, "certificate verify failed"

0 commit comments

Comments
 (0)