Skip to content

Commit c05e106

Browse files
committed
Exclude rbs tests which need updates for {Method,UnboundMethod,Proc}#source_location
* See ruby#15580
1 parent a7fec4d commit c05e106

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tool/rbs_skip_tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ test_linear_time?(RegexpSingletonTest)
4545
test_new(RegexpSingletonTest)
4646

4747
## Failed tests caused by unreleased version of Ruby
48+
test_source_location(MethodInstanceTest)
49+
test_source_location(ProcInstanceTest)
50+
test_source_location(UnboundMethodInstanceTest)

0 commit comments

Comments
 (0)