From: Eric Wong Date: 2018-01-09T23:04:34+00:00 Subject: [ruby-core:84788] Re: [Ruby trunk Feature#14340] [PATCH/RFC] exclude expensive MDNS test zn@mbf.nifty.com wrote: > How about adding timeouts instead of excluding? > > ~~~ruby > require 'resolv' > mdns = Resolv::MDNS.new > mdns.timeouts = 1.0 > mdns.each_resource '_http._tcp.local', Resolv::DNS::Resource::IN::PTR do |r| > srv = mdns.getresource r.name, Resolv::DNS::Resource::IN::SRV > mdns.each_address(srv.target) do |result| > p(result) I get no results with that; so the assert_not_nil won't be reached > https://bugs.ruby-lang.org/issues/14340#change-69480 Unsubscribe: