summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-11-25 14:42:12 +0900
committerHiroshi SHIBATA <[email protected]>2024-11-25 15:46:07 +0900
commit73cc312e42917c385be2d5622b51dc5cd007c79b (patch)
treeb1f2d9154f2bebc3bc8578cbd1c4faea605a4468 /tool
parentf78f1e927fd18fffb24289065b3dec8ec6c2bd24 (diff)
Skip flaky tests of rbs in macOS 15.x
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12160
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests5
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)