aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 13:22:18 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 13:22:18 +0100
commit5f8080e8075f158a9510a3b925387276563b3b05 (patch)
tree1b25193678010755382228ce043b6a974ab65dcb /test/gun_SUITE.erl
parentc3408e605e7707481d64df2d55099249ac21542c (diff)
downloadgun-5f8080e8075f158a9510a3b925387276563b3b05.tar.gz
gun-5f8080e8075f158a9510a3b925387276563b3b05.tar.bz2
gun-5f8080e8075f158a9510a3b925387276563b3b05.zip
Tweak some test outputs
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.