Skip to content

Commit 65fb03c

Browse files
committed
Only run test_big_bodies test on Ruby 2.5+
It was added after Ruby 2.5, and it looks like it never ran correctly on Ruby <2.5.
1 parent 069e9b1 commit 65fb03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webrick/test_httpproxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_big_bodies
213213
end
214214
end
215215
end
216-
end
216+
end if RUBY_VERSION >= '2.5'
217217

218218
def test_http10_proxy_chunked
219219
# Testing HTTP/1.0 client request and HTTP/1.1 chunked response

0 commit comments

Comments
 (0)