Skip to content

Commit

Permalink
disable timeout test for net-http-persistent due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Aug 12, 2012
1 parent 62d4876 commit 2ff7bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/adapters/net_http_persistent_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ class NetHttpPersistentTest < Faraday::TestCase

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

0 comments on commit 2ff7bd6

Please sign in to comment.