Skip to content

Commit 305d383

Browse files
etiennebarriebyroot
authored andcommitted
Skip test failing with JRuby in CI
1 parent 58d60d6 commit 305d383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/json/json_parser_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ def test_parse_whitespace_after_newline
822822

823823
def test_frozen
824824
parser_config = JSON::Parser::Config.new({}).freeze
825+
omit "JRuby failure in CI" if RUBY_ENGINE == "jruby"
825826
assert_raise FrozenError do
826827
parser_config.send(:initialize, {})
827828
end

0 commit comments

Comments
 (0)