Skip failing rbs tests with latest HEAD of ruby/json

```
NoMethodError: undefined method 'flush' for an instance of JsonWrite
```
This commit is contained in:
Hiroshi SHIBATA 2024-11-26 14:40:24 +09:00
parent 2b91a56d40
commit 5471f284d2

View File

@ -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)