Skip to content

Commit

Permalink
hide some excon tests until #2 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 19, 2019
1 parent 965cb37 commit 1583391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/support/adapters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def connect_method?
:em_synchrony => Adapter.new(:em_synchrony),

:excon => Adapter.new(:excon,
:trace_method, :connect_with_response_body),
:trace_method, :connect_method),

:httpclient => Adapter.new(:httpclient,
:trace_method),
Expand Down

0 comments on commit 1583391

Please sign in to comment.