Skip to content

Commit 2de5cb2

Browse files
committed
Skip RBS tests for RDocPluginParserTest caused by interface change of RDoc 6.14.0
https://github.com/ruby/ruby/actions/runs/15199473008/job/42750815986?pr=13421 ``` Error: ArgumentError: wrong number of arguments (given 0, expected 1) /Users/runner/work/ruby/ruby/src/lib/rdoc/store.rb:123:in 'initialize' /Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:8:in 'Class#new' /Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:8:in 'RDocPluginParserTest#parser' /Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:147:in 'RDocPluginParserTest#test_instance_method_comment_and_tokens' ```
1 parent df48793 commit 2de5cb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tool/rbs_skip_tests

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ TestInstanceNetHTTPResponse depending on external resources
3737

3838
test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String`
3939

40+
# Incompatibility changes with RDoc 6.14.0
41+
RDocPluginParserTest
42+
4043
## Unknown failures
4144

4245
# NoMethodError: undefined method 'inspect' for an instance of RBS::UnitTest::Convertibles::ToInt
@@ -45,4 +48,3 @@ test_linear_time?(RegexpSingletonTest)
4548
test_new(RegexpSingletonTest)
4649

4750
## Failed tests caused by unreleased version of Ruby
48-

0 commit comments

Comments
 (0)