aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjuhlig <[email protected]>2019-06-03 10:23:12 +0200
committerjuhlig <[email protected]>2019-06-03 10:23:12 +0200
commita34c38fbdac7730e3cea9634c0580d5f87e4ac47 (patch)
treebf0a19dda4f856124d88e81e6ab49494174a42c7 /test
parent3042301779ca30e6342c6ea3075ba8f2ee282470 (diff)
downloadranch-a34c38fbdac7730e3cea9634c0580d5f87e4ac47.tar.gz
ranch-a34c38fbdac7730e3cea9634c0580d5f87e4ac47.tar.bz2
ranch-a34c38fbdac7730e3cea9634c0580d5f87e4ac47.zip
Suppress dialyzer warnings for local addresses with ssl
Diffstat (limited to 'test')
-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]).