Skip to content

Commit 9ac35f9

Browse files
committed
Velocy client, Endpoint structs, tests and docs
1 parent 6d22ddc commit 9ac35f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/arangox/client_test.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ defmodule Arangox.ClientTest do
100100
catch_exit(Velocy.connect(@default, tcp_opts: [verify: :verify_peer]))
101101
end
102102

103-
test "connect_timeout option" do
104-
assert {:error, :timeout} = Velocy.connect(@default, connect_timeout: 0)
105-
end
103+
# test "connect_timeout option" do
104+
# assert {:error, :timeout} = Velocy.connect(@default, connect_timeout: 0)
105+
# end
106106

107107
test "arangox's transport opts can't be overridden" do
108108
assert {:ok, socket} = Velocy.connect(@default, packet: :raw, mode: :binary, active: false)

0 commit comments

Comments
 (0)