summaryrefslogtreecommitdiff
path: root/test/socket
diff options
context:
space:
mode:
authorNaohisa Goto <ngotogenome@gmail.com>2021-11-30 00:07:30 +0900
committerNaohisa Goto <ngotogenome@gmail.com>2021-11-30 00:07:30 +0900
commitf8f2885bd0b42b99703910eae78c03fef6458833 (patch)
treebaadede233972f187cd0e07087e743d25185c08c /test/socket
parent8287d2f23c06c614d1ae83b6e0dad48bcda622cb (diff)
Revert "test/socket/test_socket.rb: skip on Solaris"
This reverts commit 27fb9d272daaae89089dfb61849ebe8e7aa6c833. The test failure on Solaris 10 is due to incomplete IPv6 configuration on the CI server, that have already been fixed. Reference for the fix: https://centrify.force.com/support/Article/KB-1179-X11-Forwarding-fails-with-Centrify-OpenSSH-5-0-Solaris/
Diffstat (limited to 'test/socket')
-rw-r--r--test/socket/test_socket.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/socket/test_socket.rb b/test/socket/test_socket.rb
index 9807db3674..16c359eca1 100644
--- a/test/socket/test_socket.rb
+++ b/test/socket/test_socket.rb
@@ -1,9 +1,5 @@
# 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"