Skip to content

Commit 7138bf3

Browse files
committed
Skip unsupported test on JRuby
1 parent df47175 commit 7138bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json_generator_test.rb

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def to_s; self; end
391391
end
392392
end
393393

394-
if defined?(JSON::Ext::Generator)
394+
if defined?(JSON::Ext::Generator) and RUBY_PLATFORM != "java"
395395
def test_string_ext_included_calls_super
396396
included = false
397397

0 commit comments

Comments
 (0)