[flori/json] Skip unsupported test on JRuby

https://github.com/flori/json/commit/7138bf32c7
This commit is contained in:
Nobuyoshi Nakada 2023-07-17 19:30:28 +09:00 коммит произвёл Hiroshi SHIBATA
Родитель 9977462fd9
Коммит 9f51810f34
1 изменённых файлов: 1 добавлений и 1 удалений

2
test/json/json_generator_test.rb Normal file → Executable file
Просмотреть файл

@ -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