From 190c69ece3a94dbd92f84833491d1b7b1bad06ea Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sat, 24 Oct 2015 13:52:34 +0800 Subject: Remove skipped JRuby tests that are passing on 9.0.3.0. --- actionpack/test/dispatch/response_test.rb | 2 -- 1 file changed, 2 deletions(-) (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 126379a23c..981d820ccf 100644 --- a/actionpack/test/dispatch/response_test.rb +++ b/actionpack/test/dispatch/response_test.rb @@ -206,8 +206,6 @@ class ResponseTest < ActiveSupport::TestCase end test "read content type with charset utf-16" 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