From c6f89e263e0a54114c4482fb9756b2ca081791d8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 Mar 2025 11:01:51 +0900 Subject: [PATCH] Skip failing rbs tests for removing deprecated methods --- tool/rbs_skip_tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 94a52dcb87..6e03203438 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -48,3 +48,16 @@ test_new(RegexpSingletonTest) # https://github.com/ruby/openssl/pull/774 test_params(OpenSSLDHTest) + +# https://github.com/ruby/json/pull/773 +test_load(JSONInstanceTest) + +# https://github.com/ruby/json/pull/775 +test_fast_unparse(JSONInstanceTest) +test_pretty_unparse(JSONInstanceTest) +test_restore(JSONInstanceTest) +test_unparse(JSONInstanceTest) +test_fast_unparse(JSONSingletonTest) +test_pretty_unparse(JSONSingletonTest) +test_restore(JSONSingletonTest) +test_unparse(JSONSingletonTest)