Browse Source

Remove connect_timeout_test

This test is essentially just testing gen_tcp:connect, and doesn't
work reliably.
David N. Welton 10 years ago
parent
commit
2597742c5b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/epgsql_tests.erl

+ 0 - 3
test/epgsql_tests.erl

@@ -636,9 +636,6 @@ text_format_test(Module) ->
               Select("numeric", "123456")
       end).
 
-connect_timeout_test(Module) ->
-    {error, timeout} = Module:connect(?host, [{port, ?port}, {timeout, 0}]).
-
 query_timeout_test(Module) ->
     with_connection(
       Module,