Skip to content

Commit 73cc312

Browse files
committed
Skip flaky tests of rbs in macOS 15.x
1 parent f78f1e9 commit 73cc312

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tool/rbs_skip_tests

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ test_rmtree(PathnameInstanceTest)
8484

8585
# https://github.com/ruby/ruby/actions/runs/11623300558/job/32370124549?pr=11974#step:13:278
8686
test_deep_const_get(JSONSingletonTest)
87+
88+
# NoMethodError: undefined method 'inspect' for an instance of RBS::UnitTest::Convertibles::ToInt
89+
test_compile(RegexpSingletonTest)
90+
test_linear_time?(RegexpSingletonTest)
91+
test_new(RegexpSingletonTest)

0 commit comments

Comments
 (0)