Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 5368b65

Browse files
committed
wip
1 parent eaa271f commit 5368b65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/rspec/core_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
before(:example) do
8080
skip "Not reliably working on #{RUBY_DESCRIPTION}"
8181
end
82+
elsif RSpec::Support::Ruby.jruby? && JRUBY_VERSION =~ /9\.1\.17\.0/
83+
before(:example, :description => /spec files/) do
84+
pending "JRuby 9.1.17.0 generates unrelated warnings"
85+
end
8286
end
8387
end
8488

0 commit comments

Comments
 (0)