From 90eb879df4f80e589a2032c6da9cfd5e4c0d38a9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 1 Nov 2024 12:36:52 +0900 Subject: [PATCH] Skip failing test with RBS and JSON --- tool/rbs_skip_tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 3ce0d5a196..ba072bfbcc 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -81,3 +81,6 @@ test_of(RubyVM::AbstractSyntaxTreeSingletonTest) # Pathname#mkpath and #rmtree https://github.com/ruby/ruby/pull/3705 test_mkpath(PathnameInstanceTest) test_rmtree(PathnameInstanceTest) + +# https://github.com/ruby/ruby/actions/runs/11623300558/job/32370124549?pr=11974#step:13:278 +test_deep_const_get(JSONSingletonTest)