Skip failing rbs tests for deprecated JSON methods
This commit is contained in:
parent
2ba37d24e8
commit
1e715bd27a
Notes:
git
2025-03-28 03:45:10 +00:00
@ -61,3 +61,10 @@ test_fast_unparse(JSONSingletonTest)
|
|||||||
test_pretty_unparse(JSONSingletonTest)
|
test_pretty_unparse(JSONSingletonTest)
|
||||||
test_restore(JSONSingletonTest)
|
test_restore(JSONSingletonTest)
|
||||||
test_unparse(JSONSingletonTest)
|
test_unparse(JSONSingletonTest)
|
||||||
|
|
||||||
|
# https://github.com/ruby/json/pull/779
|
||||||
|
test_iconv(JSONSingletonTest)
|
||||||
|
|
||||||
|
# https://github.com/ruby/json/pull/774
|
||||||
|
test_recurse_proc(JSONInstanceTest)
|
||||||
|
test_recurse_proc(JSONSingletonTest)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user