summaryrefslogtreecommitdiff
path: root/test/json/json_generator_test.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-17 19:30:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-18 12:25:54 +0900
commit9f51810f340afca45257043cf1a5955da0379836 (patch)
tree77e1ed5e6d5a60489cacf7b1bf667a6b27204475 /test/json/json_generator_test.rb
parent9977462fd9d06167c3bf77e5c22c3c5efcb3aecd (diff)
[flori/json] Skip unsupported test on JRuby
https://github.com/flori/json/commit/7138bf32c7
Diffstat (limited to 'test/json/json_generator_test.rb')
-rwxr-xr-x[-rw-r--r--]test/json/json_generator_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_generator_test.rb b/test/json/json_generator_test.rb
index b0f9a01759..f71999b12c 100644..100755
--- a/test/json/json_generator_test.rb
+++ b/test/json/json_generator_test.rb
@@ -391,7 +391,7 @@ EOT
end
end
- if defined?(JSON::Ext::Generator)
+ if defined?(JSON::Ext::Generator) and RUBY_PLATFORM != "java"
def test_string_ext_included_calls_super
included = false