mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
Use IPv4 for test server because TestNetHTTPS is failing with s390x
20250403
T005659Z.fail.html.gz
This commit is contained in:
parent
105d9da252
commit
7c400c66c9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TestNetHTTPS < Test::Unit::TestCase
|
|||
TEST_STORE = OpenSSL::X509::Store.new.tap {|s| s.add_cert(CA_CERT) }
|
||||
|
||||
CONFIG = {
|
||||
'host' => HOST,
|
||||
'host' => HOST_IP,
|
||||
'proxy_host' => nil,
|
||||
'proxy_port' => nil,
|
||||
'ssl_enable' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue