Skip to content

Commit

Permalink
less magic, re-enable open timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeIGS committed Jul 9, 2024
1 parent 959b618 commit a70a1e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/savon/options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,9 @@
end
end

# This feature is non-functional in 3.2 and 3.0 due to https://github.com/ruby/ruby/pull/9374 (works in 3.1... unknown why.)
# TODO 3.4 contains a fix for this when it is released.
context "global :open_timeout" do
let(:open_timeout) { 0.1 }
it "makes the client timeout after n seconds" do
skip 'https://github.com/ruby/ruby/pull/9374'
non_routable_ip = "http://192.0.2.0"
client = new_client(:endpoint => non_routable_ip, :open_timeout => open_timeout)
start_time = Time.now
Expand Down

0 comments on commit a70a1e6

Please sign in to comment.