Skip to content

Commit bab704e

Browse files
committed
skip TruffleRuby
1 parent 3804f38 commit bab704e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/json_parser_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def test_argument_encoding
2424
end if defined?(Encoding::UTF_16)
2525

2626
def test_error_message_encoding
27+
# https://github.com/flori/json/actions/runs/6478148162/job/17589572890
28+
pend if RUBY_ENGINE == 'truffleruby'
29+
2730
bug10705 = '[ruby-core:67386] [Bug #10705]'
2831
json = ".\"\xE2\x88\x9A\"".force_encoding(Encoding::UTF_8)
2932
e = assert_raise(JSON::ParserError) {

0 commit comments

Comments
 (0)