Commit Graph

1 Commits

Author SHA1 Message Date
Jarek Prokop
f77e9e6b4e Fix test_session_reuse_but_expire for Net::HTTPS.
Test previously was skipped if OpenSSL version matched.
However since upstream has a fix that allows the test to be executed
successfully, it replaces the previous one.

Instead of replacing Patch70, I have opted for adding a new one,
as it's a different fix. Mainly it'll hopefully allow for easier
cherry-picks between streams where this might be also needed.

Fixes:
```
  1) Failure:
TestNetHTTPS#test_session_reuse_but_expire [/builddir/build/BUILD/ruby-3.0.7/test/net/http/test_https.rb:196]:
<false> expected but was
<true>.
```

Related: RHEL-86130
2025-05-16 14:33:45 +02:00