summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-26 14:40:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-26 15:11:05 +0900
commit5471f284d2e91341e4e241155ef892b4fa17e2a3 (patch)
tree1f221a7630bc613ef901bf880d2ebf806cc3b984
parent2b91a56d40f384de8dcdfb334e996f2ff058f6e7 (diff)
Skip failing rbs tests with latest HEAD of ruby/json
``` NoMethodError: undefined method 'flush' for an instance of JsonWrite ```
-rw-r--r--tool/rbs_skip_tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index 50ef04a3bc..4e5887d216 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -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)