Skip to content

Commit b880a02

Browse files
committed
Revert "Skip OpenSSL::TestHMAC#test_dup when running with RHEL9"
This reverts commit 9493d4a.
1 parent 82da58e commit b880a02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/openssl/test_hmac.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ 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-
2724
h1 = OpenSSL::HMAC.new("KEY", "MD5")
2825
h1.update("DATA")
2926
h = h1.dup

0 commit comments

Comments
 (0)