diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-20 15:38:03 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-20 16:09:00 +0900 |
commit | 4404688a0e9e606aea870d79f5e8be6ac1524335 (patch) | |
tree | 4b764d8264d2b509cc975d43d7881368a7b2f52f | |
parent | e3ba5207b5784dfee5405f10ad70d53b5f43f9e8 (diff) |
Skip RBS::SchemaTest
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12598
-rw-r--r-- | tool/rbs_skip_tests | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 873db5a641..9a3e4ade21 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -44,5 +44,8 @@ test_compile(RegexpSingletonTest) test_linear_time?(RegexpSingletonTest) test_new(RegexpSingletonTest) -## Failed tests caused by unreleased version of Ruby +# https://github.com/ruby/ruby/pull/12598#issuecomment-2601479034 +# The handrolled parser of JSON is not working with `json-schema` gem +RBS::SchemaTest +## Failed tests caused by unreleased version of Ruby |