Skip to content

Commit

Permalink
Removed the "unknown host" test. The hostname resolution timeout make…
Browse files Browse the repository at this point in the history
…s the

test suit slow.
  • Loading branch information
pma committed Aug 15, 2014
1 parent c0791ee commit d590e3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/connection_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d590e3c

Please sign in to comment.