From 372531f3bc21bb28ab5b3114d358f6dc7e45041d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 3 Jun 2024 16:13:28 -0700 Subject: [PATCH] Revert "Skip failing Bundler specs for now" This reverts commit a8f5284045e3aba1b45691142e5c01bf1d24d519. Sorry, I didn't mean to push this one since I reverted the reline change. --- spec/bundler/commands/info_spec.rb | 1 - spec/bundler/commands/show_spec.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 0fba619987..a5a09bc147 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -208,7 +208,6 @@ RSpec.describe "bundle info" do context "with a valid regexp for gem name" do it "presents alternatives", :readline do - skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713 install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack" diff --git a/spec/bundler/commands/show_spec.rb b/spec/bundler/commands/show_spec.rb index 0628358f95..2b6d4d2d00 100644 --- a/spec/bundler/commands/show_spec.rb +++ b/spec/bundler/commands/show_spec.rb @@ -166,7 +166,6 @@ RSpec.describe "bundle show", bundler: "< 3" do context "with a valid regexp for gem name" do it "presents alternatives", :readline do - skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713 install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack"