aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/gun_SUITE.erl')
-rw-r--r--test/gun_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl
index 6501355..53fdb46 100644
--- a/test/gun_SUITE.erl
+++ b/test/gun_SUITE.erl
@@ -636,7 +636,7 @@ transform_header_name(_) ->
unix_socket_connect(_) ->
case os:type() of
{win32, _} ->
- doc("Unix Domain Sockets are not available on Windows.");
+ {skip, "Unix Domain Sockets are not available on Windows."};
_ ->
do_unix_socket_connect()
end.