From 3a2415cc47aab53ed54ba66193ee81379ca6704d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 22 Apr 2025 12:42:38 +0900 Subject: [PATCH] Skip failing example on Ubuntu runner of ruby/ruby https://github.com/ruby/ruby/actions/runs/14585602800/job/40910453142 --- spec/bundler/commands/ssl_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/ssl_spec.rb b/spec/bundler/commands/ssl_spec.rb index 52329bc0f3..01b8aa8f4d 100644 --- a/spec/bundler/commands/ssl_spec.rb +++ b/spec/bundler/commands/ssl_spec.rb @@ -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"