Skip to content

Commit

Permalink
Merge pull request #418 from ruby/skip-jruby
Browse files Browse the repository at this point in the history
Skip test failure with JRuby
  • Loading branch information
hsbt committed Mar 25, 2022
2 parents e45cfc0 + 156cd83 commit 4c4487b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_rake_application_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def test_require
end

def test_missing_require
skip if jruby?

ex = assert_raises(LoadError) do
flags(["--require", "test/missing"]) do |opts|
end
Expand Down

0 comments on commit 4c4487b

Please sign in to comment.