mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/ruby/library/socket/constants/constants_spec.rb: skip on Android
IP_MAX_MEMBERSHIPS seems not to be defined on Android
This commit is contained in:
parent
bbc6799334
commit
6bfc576271
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ describe "Socket::Constants" do
|
|||
end
|
||||
end
|
||||
|
||||
platform_is_not :solaris, :windows, :aix do
|
||||
platform_is_not :solaris, :windows, :aix, :android do
|
||||
it "defines multicast options" do
|
||||
consts = ["IP_MAX_MEMBERSHIPS"]
|
||||
consts.each do |c|
|
||||
|
|
Loading…
Reference in a new issue