Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Dec 13, 2021
1 parent 11804df commit ec5ae67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cgi/test_cgi_util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def test_cgi_escape_html_dont_freeze
end

def test_cgi_escape_html_large
return if RUBY_ENGINE == 'jruby'
ulong_max, size_max = RbConfig::LIMITS.values_at("ULONG_MAX", "SIZE_MAX")
return unless ulong_max < size_max # Platforms not concerned

Expand Down

0 comments on commit ec5ae67

Please sign in to comment.