Skip to content

Commit

Permalink
Only run test_big_bodies test on Ruby 2.5+
Browse files Browse the repository at this point in the history
It was added after Ruby 2.5, and it looks like it never ran correctly
on Ruby <2.5.
  • Loading branch information
jeremyevans committed Jul 15, 2020
1 parent 069e9b1 commit 65fb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/webrick/test_httpproxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_big_bodies
end
end
end
end
end if RUBY_VERSION >= '2.5'

def test_http10_proxy_chunked
# Testing HTTP/1.0 client request and HTTP/1.1 chunked response
Expand Down

0 comments on commit 65fb03c

Please sign in to comment.