disable timeout test for net-http-persistent due to bug

This commit is contained in:
Mislav Marohnić 2012-08-12 15:58:27 +02:00
parent bcdd1f3edb
commit 3ac2e3f7bc

View File

@ -5,7 +5,10 @@ module Adapters
def adapter() :net_http_persistent end
Integration.apply(self, :NonParallel)
Integration.apply(self, :NonParallel) do
# https://github.com/drbrain/net-http-persistent/issues/33
undef :test_timeout
end
end
end