We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c42807 commit 011ff4fCopy full SHA for 011ff4f
test/test_helper.rb
@@ -388,7 +388,7 @@ module JRubyZlibTestExtension
388
def capture_exceptions
389
super
390
391
- if failures && failues.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
+ if failures && failures.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
392
failures << Minitest::Skip.new('Skipping Zlib::BufError in JRuby. See: https://github.com/jruby/jruby/issues/6613')
393
end
394
0 commit comments