From 9b3dcf193c8a39b1316f0f2c6d9da5998a830663 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jan 2022 21:39:34 +0900 Subject: [ruby/net-http] Use omit instead of skip for test-unit https://github.com/ruby/net-http/commit/843d4548de --- test/net/http/test_https_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net/http/test_https_proxy.rb') diff --git a/test/net/http/test_https_proxy.rb b/test/net/http/test_https_proxy.rb index f833f1a1e3..4c2a92ccd6 100644 --- a/test/net/http/test_https_proxy.rb +++ b/test/net/http/test_https_proxy.rb @@ -10,7 +10,7 @@ class HTTPSProxyTest < Test::Unit::TestCase begin OpenSSL rescue LoadError - skip 'autoload problem. see [ruby-dev:45021][Bug #5786]' + omit 'autoload problem. see [ruby-dev:45021][Bug #5786]' end TCPServer.open("127.0.0.1", 0) {|serv| -- cgit v1.2.3