We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdd212 commit 5793694Copy full SHA for 5793694
1 file changed
test/json/json_parser_test.rb
@@ -843,7 +843,6 @@ def test_parse_whitespace_after_newline
843
844
def test_frozen
845
parser_config = JSON::Parser::Config.new({}).freeze
846
- omit "JRuby failure in CI" if RUBY_ENGINE == "jruby"
847
assert_raise FrozenError do
848
parser_config.send(:initialize, {})
849
end
0 commit comments