aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/response_test.rb
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-07-17 15:00:00 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-17 15:00:00 +0200
commitae1b96cfcd0d47afa8d50a1a055a22d375c21fd4 (patch)
tree4fc7456d90d569df0a0526ce8e76e2f11276f1f3 /actionpack/test/dispatch/response_test.rb
parente5bfe7149ac46de4ef68f15efd0b3c76ad8aa70c (diff)
downloadrails-ae1b96cfcd0d47afa8d50a1a055a22d375c21fd4.tar.gz
rails-ae1b96cfcd0d47afa8d50a1a055a22d375c21fd4.tar.bz2
rails-ae1b96cfcd0d47afa8d50a1a055a22d375c21fd4.zip
Skip a few failing tests on JRuby with the attached tickets
Diffstat (limited to 'actionpack/test/dispatch/response_test.rb')
-rw-r--r--actionpack/test/dispatch/response_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/dispatch/response_test.rb b/actionpack/test/dispatch/response_test.rb
index 7aca251066..5aa0215e8f 100644
--- a/actionpack/test/dispatch/response_test.rb
+++ b/actionpack/test/dispatch/response_test.rb
@@ -171,6 +171,8 @@ class ResponseTest < ActiveSupport::TestCase
end
test "read content type without charset" do
+ jruby_skip "https://github.com/jruby/jruby/issues/3138"
+
original = ActionDispatch::Response.default_charset
begin
ActionDispatch::Response.default_charset = 'utf-16'