Skip test_udp_server on s390x RHEL 7.1

It seems like it never succeeds on this CI.
This commit is contained in:
Takashi Kokubun 2023-03-11 20:51:48 -08:00
parent 46a3634bcf
commit 195e32977f

View File

@ -340,6 +340,10 @@ class TestSocket < Test::Unit::TestCase
end
def test_udp_server
# http://rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20230312T023302Z.fail.html.gz
# Errno::EHOSTUNREACH: No route to host - recvmsg(2)
omit if 'rhel_zlinux' == ENV['RUBYCI_NICKNAME']
begin
ifaddrs = Socket.getifaddrs
rescue NotImplementedError