Skip to content

Commit 92f7b4b

Browse files
committed
Prevent sanity check running on jruby due to warning outside of our control
1 parent 46da449 commit 92f7b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/sanity_check_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def with_clean_env
3434
end
3535
end
3636

37-
it "passes when libraries are required" do
37+
it "passes when libraries are required", unless: RSpec::Support::Ruby.jruby? do
3838
script = tmp_root.join("pass_sanity_check")
3939
File.open(script, "w") do |f|
4040
f.write <<-EOF.gsub(/^\s+\|/, '')

0 commit comments

Comments
 (0)