Skip to content

Commit b5d17e0

Browse files
committed
skip test for jruby bug
1 parent 1da4dbb commit b5d17e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_rake_task_with_arguments.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def test_actions_adore_keywords
8484
# A brutish trick to avoid parsing. Remove it once support for 1.9 and 2.0 is dropped
8585
# https://ci.appveyor.com/project/ruby/rake/build/1.0.301
8686
skip 'Keywords aren\'t a feature in this version' if RUBY_VERSION =~ /^1|^2\.0/
87+
# https://github.com/ruby/rake/pull/174#issuecomment-263460761
88+
skip if jruby9?
8789
eval <<-RUBY, binding, __FILE__, __LINE__+1
8890
notes = []
8991
t = task :t, [:reqr, :ovrd, :dflt] # required, overridden-optional, default-optional

0 commit comments

Comments
 (0)