diff --git a/test/ch/connect_test.exs b/test/ch/connect_test.exs index 961aaf6..d21edcb 100644 --- a/test/ch/connect_test.exs +++ b/test/ch/connect_test.exs @@ -3,7 +3,7 @@ defmodule Ch.ConnectTest do import ExUnit.CaptureLog @tag :slow - test "retries to connect even with exceptions" do + test "retries to connect even with exceptions / exits / throws" do # See https://github.com/plausible/ch/issues/208 bad_transport_opts = [sndbuf: nil]