Skip test_resolurion_error_error_code with FreeBSD environment

https://rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20231130T103002Z.fail.html.gz
This commit is contained in:
Hiroshi SHIBATA 2023-11-30 20:17:27 +09:00
parent e1b65e5f91
commit 722cb9a56d
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -771,6 +771,9 @@ class TestSocket < Test::Unit::TestCase
end
def test_resolurion_error_error_code
# https://rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20231130T103002Z.fail.html.gz
omit if /freebsd/ =~ RUBY_PLATFORM
begin
Socket.getaddrinfo("www.kame.net", 80, "AF_UNIX")
rescue => e