We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78f1e9 commit 73cc312Copy full SHA for 73cc312
tool/rbs_skip_tests
@@ -84,3 +84,8 @@ test_rmtree(PathnameInstanceTest)
84
85
# https://github.com/ruby/ruby/actions/runs/11623300558/job/32370124549?pr=11974#step:13:278
86
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