mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-09 00:04:39 -04:00
disable timeout test for net-http-persistent due to bug
This commit is contained in:
parent
bcdd1f3edb
commit
3ac2e3f7bc
@ -5,7 +5,10 @@ module Adapters
|
|||||||
|
|
||||||
def adapter() :net_http_persistent end
|
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
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user