diff options
-rw-r--r-- | tool/rbs_skip_tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index ba072bfbcc..50ef04a3bc 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -84,3 +84,8 @@ test_rmtree(PathnameInstanceTest) # https://github.com/ruby/ruby/actions/runs/11623300558/job/32370124549?pr=11974#step:13:278 test_deep_const_get(JSONSingletonTest) + +# NoMethodError: undefined method 'inspect' for an instance of RBS::UnitTest::Convertibles::ToInt +test_compile(RegexpSingletonTest) +test_linear_time?(RegexpSingletonTest) +test_new(RegexpSingletonTest) |