mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/json] Revert "Skip test failing with JRuby in CI"
This reverts commit https://github.com/ruby/json/commit/b7e1734d9ca0. https://github.com/ruby/json/commit/5793694ee6
This commit is contained in:
parent
4ab45e8f0c
commit
3831a82d19
@ -843,7 +843,6 @@ class JSONParserTest < Test::Unit::TestCase
|
||||
|
||||
def test_frozen
|
||||
parser_config = JSON::Parser::Config.new({}).freeze
|
||||
omit "JRuby failure in CI" if RUBY_ENGINE == "jruby"
|
||||
assert_raise FrozenError do
|
||||
parser_config.send(:initialize, {})
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user