diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-07 18:41:04 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-07 20:07:47 +0900 |
| commit | f3dd4bef786f8d56a2702b340f66e3a374c3ad3f (patch) | |
| tree | 39443a0738578b4966491076ae745d70ba1d11d8 | |
| parent | a00f425e824b599240415eee7c1256b224d073c9 (diff) | |
Skip removed test for JSON.deep_const_get
| -rw-r--r-- | tool/rbs_skip_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index bdea3e5957..2813315373 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -73,6 +73,8 @@ test_iconv(JSONSingletonTest) test_recurse_proc(JSONInstanceTest) test_recurse_proc(JSONSingletonTest) +test_deep_const_get(JSONSingletonTest) + CGITest CGI is retired CGISingletonTest CGI is retired |
