aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/acceptor_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/acceptor_SUITE.erl b/test/acceptor_SUITE.erl
index 33d7969..900e603 100644
--- a/test/acceptor_SUITE.erl
+++ b/test/acceptor_SUITE.erl
@@ -17,6 +17,8 @@
-compile(nowarn_export_all).
-dialyzer({nowarn_function, misc_wait_for_connections/1}).
+%% @todo Remove when specs in ssl are updated to accept local addresses.
+-dialyzer({nowarn_function, do_ssl_local_echo/0}).
-import(ct_helper, [doc/1]).
-import(ct_helper, [name/0]).