summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-ping-pong.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-ping-pong.c')
-rw-r--r--deps/uv/test/test-ping-pong.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/test/test-ping-pong.c b/deps/uv/test/test-ping-pong.c
index 81941ab83d..c074178541 100644
--- a/deps/uv/test/test-ping-pong.c
+++ b/deps/uv/test/test-ping-pong.c
@@ -246,6 +246,9 @@ TEST_IMPL(tcp_ping_pong) {
TEST_IMPL(tcp_ping_pong_v6) {
+ if (!can_ipv6())
+ RETURN_SKIP("IPv6 not supported");
+
tcp_pinger_v6_new();
uv_run(uv_default_loop(), UV_RUN_DEFAULT);