Skip flaky tests of rbs in macOS 15.x

This commit is contained in:
Hiroshi SHIBATA 2024-11-25 14:42:12 +09:00
parent f78f1e927f
commit 73cc312e42
Notes: git 2024-11-25 06:46:28 +00:00

View File

@ -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)