From 0dae3edb347053fe7c456a95cf794cea4309fe53 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 31 Mar 2025 12:47:43 +0900 Subject: [PATCH] Also skip test_load(JSONSingletonTest) --- tool/rbs_skip_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 993923c711..ce3293a997 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -54,6 +54,7 @@ RDocPluginParserTest # https://github.com/ruby/json/pull/773 test_load(JSONInstanceTest) +test_load(JSONSingletonTest) # https://github.com/ruby/json/pull/775 test_fast_unparse(JSONInstanceTest)