Skip to content

Commit

Permalink
💚 skip tests that are known to fail on old bundler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Feb 24, 2025
1 parent 0a02c86 commit be18441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/acceptance_test_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ module AcceptanceTestHelpers

before :parallel => true do
unless Appraisal::Utils.support_parallel_installation?
pending "This Bundler version does not support --jobs flag."
skip "This Bundler version does not support --jobs flag."
end
end

before :git_local => true do
unless Appraisal::Utils.support_git_local_installation?
pending "This Bundler version does not support sourcing gems from git repos on local filesystem."
skip "This Bundler version does not support sourcing gems from git repos on local filesystem."
end
end

Expand Down

0 comments on commit be18441

Please sign in to comment.