From ae1b96cfcd0d47afa8d50a1a055a22d375c21fd4 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Fri, 17 Jul 2015 15:00:00 +0200 Subject: Skip a few failing tests on JRuby with the attached tickets --- actionpack/test/dispatch/response_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/test/dispatch/response_test.rb') 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' -- cgit v1.2.3