Skip failing rbs tests for deprecated JSON methods

This commit is contained in:
Hiroshi SHIBATA 2025-03-28 12:09:00 +09:00
parent 2ba37d24e8
commit 1e715bd27a
Notes: git 2025-03-28 03:45:10 +00:00

View File

@ -61,3 +61,10 @@ test_fast_unparse(JSONSingletonTest)
test_pretty_unparse(JSONSingletonTest)
test_restore(JSONSingletonTest)
test_unparse(JSONSingletonTest)
# https://github.com/ruby/json/pull/779
test_iconv(JSONSingletonTest)
# https://github.com/ruby/json/pull/774
test_recurse_proc(JSONInstanceTest)
test_recurse_proc(JSONSingletonTest)