Skip to content

Commit

Permalink
Revert "Skip failing Bundler specs for now"
Browse files Browse the repository at this point in the history
This reverts commit a8f5284.

Sorry, I didn't mean to push this one since I reverted the reline
change.
  • Loading branch information
k0kubun committed Jun 3, 2024
1 parent 6e84ac2 commit 372531f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/bundler/commands/info_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 208,6 @@

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"
Expand Down
1 change: 0 additions & 1 deletion spec/bundler/commands/show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 166,6 @@

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"
Expand Down

0 comments on commit 372531f

Please sign in to comment.