mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Revert "Skip BUGs on Solaris"
This reverts commit 8adefd4cf2
.
I couldn't see any failure on Solaris if the guard is removed.
Give it a try.
This commit is contained in:
parent
d646a292cd
commit
84dca8eff0
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…
Add table
Add a link
Reference in a new issue