From 5471f284d2e91341e4e241155ef892b4fa17e2a3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 26 Nov 2024 14:40:24 +0900 Subject: [PATCH] Skip failing rbs tests with latest HEAD of ruby/json ``` NoMethodError: undefined method 'flush' for an instance of JsonWrite ``` --- tool/rbs_skip_tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 50ef04a3bcee2c..4e5887d216c4ea 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)