diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-23 08:39:50 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-23 08:39:50 +0900 |
commit | 9bec592cc46f89ce962d24f914682d40a1cea1e8 (patch) | |
tree | a0ab251667959d432b0f45f97e323c9bc27dd8be | |
parent | 6f6654e5045f1a86ba9522bfb71395eb58ac51aa (diff) |
Skip test_params(OpenSSLDHTest) at rbs tests with test-bundled-gems
-rw-r--r-- | tool/rbs_skip_tests | 2 |
1 files changed, 2 insertions, 0 deletions
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) |