Subject: Skip internet test
Origin: vendor
Forwarded: not-needed
From: Dominique Dumont <dod@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2023-10-29

skip test that connects to internet
---
 t/31nonblocking-connect-internet.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/t/31nonblocking-connect-internet.t
+++ b/t/31nonblocking-connect-internet.t
@@ -3,7 +3,7 @@
 use v5.14;
 use warnings;
 
-use Test::More;
+use Test::More skip_all => 'cannot connect to internet with Debian build systems';
 
 use IO::Socket::IP;
 
