summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/fetcher.rb1
-rw-r--r--spec/bundler/commands/install_spec.rb2
2 files changed, 1 insertions, 2 deletions
@@ -76,6 +76,7 @@ module Bundler
Gem::Timeout::Error,
EOFError,
SocketError,
Errno::ENETDOWN,
Errno::ENETUNREACH,
Errno::EINVAL,
@@ -690,8 +690,6 @@ RSpec.describe "bundle install with gem sources" do
end
it "gracefully handles error when rubygems server is unavailable" do
- skip "networking issue" if Gem.win_platform?
-
install_gemfile <<-G, artifice: nil, raise_on_error: false
source "https://gem.repo1"
source "http://0.0.0.0:9384" do