test/socket/test_socket.rb: skip on Solaris
The test fails on Solaris 10. Maybe due to the IPv6 configuration on the server, but I have no idea at all. I've asked @ngoto to investigate the issue, so will tentatively skip the tests on Solaris http://rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20210729T040002Z.fail.html.gz
This commit is contained in:
parent
64adeeadaa
commit
27fb9d272d
@ -1,5 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# tentatively disabled due to IPv6 configuration issue on Solaris CI
|
||||
# http://rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20210729T040002Z.fail.html.gz
|
||||
return if /solaris/ =~ RUBY_PLATFORM
|
||||
|
||||
begin
|
||||
require "socket"
|
||||
require "tmpdir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user