mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -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
|
||||
|
||||
Integration.apply(self, :NonParallel)
|
||||
Integration.apply(self, :NonParallel) do
|
||||
# https://github.com/drbrain/net-http-persistent/issues/33
|
||||
undef :test_timeout
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user