From 3fb2006bf18228afbedd470e82bc0204c6e1d15e Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Mon, 24 Mar 2025 10:16:49 +0900 Subject: [PATCH] Skip RDoc tests --- tool/rbs_skip_tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index a6cdd0d6f2..993923c711 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -49,6 +49,9 @@ test_new(RegexpSingletonTest) # https://github.com/ruby/openssl/pull/774 test_params(OpenSSLDHTest) +# RBS isn't compatible with RDoc 6.13 +RDocPluginParserTest + # https://github.com/ruby/json/pull/773 test_load(JSONInstanceTest)