Skip to content

Commit

Permalink
Skip failing rbs tests with latest HEAD of ruby/json
Browse files Browse the repository at this point in the history
```
NoMethodError: undefined method 'flush' for an instance of JsonWrite
```
  • Loading branch information
hsbt committed Nov 26, 2024
1 parent 2b91a56 commit 5471f28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/rbs_skip_tests
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ test_deep_const_get(JSONSingletonTest)
test_compile(RegexpSingletonTest)
test_linear_time?(RegexpSingletonTest)
test_new(RegexpSingletonTest)

# NoMethodError: undefined method 'flush' for an instance of JsonWrite
test_dump(JSONInstanceTest)
test_dump(JSONSingletonTest)

0 comments on commit 5471f28

Please sign in to comment.