Skip test_udp_server on s390x RHEL 7.1
It seems like it never succeeds on this CI.
This commit is contained in:
parent
46a3634bcf
commit
195e32977f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user