From 1e715bd27a25b8803f8efbbfef7eb5912202b927 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 28 Mar 2025 12:09:00 +0900 Subject: [PATCH] Skip failing rbs tests for deprecated JSON methods --- tool/rbs_skip_tests | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 6e03203438..a6cdd0d6f2 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -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)