mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Revert "Revert "Skip BUGs on Solaris"""
This reverts commit 3be3948870
.
The Solaris environment couldn't lookup the hostname itself by a wrong
setting. Now it is fixed, so try again.
This commit is contained in:
parent
bd785ca077
commit
188c2b67c9
2 changed files with 1 additions and 3 deletions
|
@ -115,7 +115,7 @@ module DRbBase
|
|||
end
|
||||
}
|
||||
end
|
||||
@drb_service&.finish
|
||||
@drb_service.finish
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@ end
|
|||
class TestDRbSSLCore < Test::Unit::TestCase
|
||||
include DRbCore
|
||||
def setup
|
||||
skip 'FIXME: BUG in OpenSSL on Solaris' if RUBY_PLATFORM =~ /solaris/i
|
||||
@drb_service = DRbSSLService.new
|
||||
super
|
||||
setup_service 'ut_drb_drbssl.rb'
|
||||
|
@ -60,7 +59,6 @@ end
|
|||
class TestDRbSSLAry < Test::Unit::TestCase
|
||||
include DRbAry
|
||||
def setup
|
||||
skip 'FIXME: BUG in OpenSSL on Solaris' if RUBY_PLATFORM =~ /solaris/i
|
||||
@drb_service = DRbSSLService.new
|
||||
super
|
||||
setup_service 'ut_array_drbssl.rb'
|
||||
|
|
Loading…
Reference in a new issue