Skip to content

Commit ab1334f

Browse files
committed
Update test_ssl.erl
1 parent 980121b commit ab1334f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/libs/estdlib/test_ssl.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ is_ssl_available() ->
4848
end.
4949

5050
test_ssl() ->
51-
ok = ssl:start(),
52-
ok = test_print_client_capabilities(),
53-
ok = ssl:stop(),
51+
%ok = ssl:start(),
52+
%ok = test_print_client_capabilities(),
53+
%ok = ssl:stop(),
5454
ok = ssl:start(),
5555
ok = test_start_twice(),
5656
ok = test_connect_close(),

0 commit comments

Comments
 (0)