From 73cc312e42917c385be2d5622b51dc5cd007c79b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 25 Nov 2024 14:42:12 +0900 Subject: [PATCH] Skip flaky tests of rbs in macOS 15.x --- tool/rbs_skip_tests | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index ba072bfbccaaab..50ef04a3bcee2c 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)