Use IPv4 for test server because TestNetHTTPS is failing with s390x

20250403T005659Z.fail.html.gz
This commit is contained in:
Hiroshi SHIBATA 2025-04-03 14:18:55 +09:00
parent 105d9da252
commit 7c400c66c9

View file

@ -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,