summaryrefslogtreecommitdiff
path: root/test/remote/celluloid_http_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/remote/celluloid_http_test.rb')
-rw-r--r--test/remote/celluloid_http_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/remote/celluloid_http_test.rb b/test/remote/celluloid_http_test.rb
index 46a5259..d5d33b4 100644
--- a/test/remote/celluloid_http_test.rb
+++ b/test/remote/celluloid_http_test.rb
@@ -17,6 +17,8 @@ class Nickserver::Adapters::CelluloidHttpTest < Minitest::Test
url = Nickserver::Config.hkp_url
status, _body = adapter.get url
assert_equal 404, status
+ rescue HTTP::ConnectionError => e
+ skip "could not talk to hkp server: #{e}"
end
protected