diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-25 14:42:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-11-25 15:46:07 +0900 |
commit | 73cc312e42917c385be2d5622b51dc5cd007c79b (patch) | |
tree | b1f2d9154f2bebc3bc8578cbd1c4faea605a4468 | |
parent | f78f1e927fd18fffb24289065b3dec8ec6c2bd24 (diff) |
Skip flaky tests of rbs in macOS 15.x
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12160
-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) |