mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue