Browse Source

Suppress dialyzer warnings for local addresses with ssl

juhlig 6 years ago
parent
commit
a34c38fbda
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/acceptor_SUITE.erl

+ 2 - 0
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]).