Skip to content

Commit d0f07df

Browse files
authored
Merge pull request #596 from ruby/backport-bug-19386
Forward-port https://bugs.ruby-lang.org/issues/19386
2 parents 1ef5e76 + 9493d4a commit d0f07df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/openssl/test_hmac.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def test_hmac
2121
end
2222

2323
def test_dup
24+
require "etc"
25+
pend "[Bug #19386] OpenSSL 3.0.1 of RHEL9 is not working this test" if Etc.uname[:release] =~ /el9/
26+
2427
h1 = OpenSSL::HMAC.new("KEY", "MD5")
2528
h1.update("DATA")
2629
h = h1.dup

0 commit comments

Comments
 (0)