Skip to content

Commit

Permalink
Skip test_resolurion_error_error_code with FreeBSD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 30, 2023
1 parent e1b65e5 commit 722cb9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/socket/test_socket.rb
Expand Up @@ -771,6 +771,9 @@ def test_udp_recvmsg_truncation
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
Expand Down

0 comments on commit 722cb9a

Please sign in to comment.