From d590e3c06a8a4de2701f4375d7022c74535d65b2 Mon Sep 17 00:00:00 2001 From: Paulo Almeida Date: Fri, 15 Aug 2014 14:42:35 +0100 Subject: [PATCH] Removed the "unknown host" test. The hostname resolution timeout makes the test suit slow. --- test/connection_test.exs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/connection_test.exs b/test/connection_test.exs index 5748e6c..93fae51 100644 --- a/test/connection_test.exs +++ b/test/connection_test.exs @@ -23,7 +23,4 @@ defmodule ConnectionTest do assert :ok = Connection.close(conn) end - test "open connection on unknown host" do - assert {:error, :unknown_host} = Connection.open "amqp://unknown_host" - end end