diff options
author | Jean Boussier <[email protected]> | 2025-01-20 10:03:28 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-01-20 10:31:56 +0100 |
commit | 8c30970c58fff823b827b5643585ce96a6340853 (patch) | |
tree | aedd52dbc491075e17409acafba82eb893877c52 | |
parent | 33708f2dc4f8327aa70fe10a53423b13da85e69e (diff) |
Revert "Skip RBS::SchemaTest"
This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12600
-rw-r--r-- | tool/rbs_skip_tests | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 9a3e4ade21..873db5a641 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -44,8 +44,5 @@ test_compile(RegexpSingletonTest) test_linear_time?(RegexpSingletonTest) test_new(RegexpSingletonTest) -# 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 + |