summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)