From 9bec592cc46f89ce962d24f914682d40a1cea1e8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 23 Jan 2025 08:39:50 +0900 Subject: [PATCH] Skip test_params(OpenSSLDHTest) at rbs tests with test-bundled-gems --- tool/rbs_skip_tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 873db5a641..94a52dcb87 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -46,3 +46,5 @@ test_new(RegexpSingletonTest) ## Failed tests caused by unreleased version of Ruby +# https://github.com/ruby/openssl/pull/774 +test_params(OpenSSLDHTest)