mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
skip connection refused test in jruby (to be debugged)
This commit is contained in:
parent
f5c8508f44
commit
44f9b9c31a
@ -1,6 +1,7 @@
|
||||
module Requests
|
||||
module Errors
|
||||
def test_connection_refused
|
||||
skip if RUBY_ENGINE == "jruby"
|
||||
unavailable_host = URI(origin("localhost"))
|
||||
unavailable_host.port = next_available_port
|
||||
response = HTTPX.get(unavailable_host.to_s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user