Skip to content

Commit

Permalink
Update test_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Jan 19, 2025
1 parent a5063fd commit 4c42807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ module JRubyZlibTestExtension
def capture_exceptions
super

if failures&.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
if failures && failues.reject! { |e| e.error && e.error.is_a?(Zlib::BufError) } # nil if nothing rejected
failures << Minitest::Skip.new('Skipping Zlib::BufError in JRuby. See: https://github.com/jruby/jruby/issues/6613')
end
end
Expand Down

0 comments on commit 4c42807

Please sign in to comment.