Skip to content

Commit 5793694

Browse files
etiennebarriebyroot
authored andcommitted
Revert "Skip test failing with JRuby in CI"
This reverts commit b7e1734.
1 parent 1cdd212 commit 5793694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/json/json_parser_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@ def test_parse_whitespace_after_newline
843843

844844
def test_frozen
845845
parser_config = JSON::Parser::Config.new({}).freeze
846-
omit "JRuby failure in CI" if RUBY_ENGINE == "jruby"
847846
assert_raise FrozenError do
848847
parser_config.send(:initialize, {})
849848
end

0 commit comments

Comments
 (0)