Description: Skip internet test
 skip test that connects to internet
Forwarded: not-needed
Author: dod
--- a/t/31nonblocking-connect-internet.t
+++ b/t/31nonblocking-connect-internet.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More skip_all => 'cannot connect to internet with Debian build systems';
 
 use IO::Socket::IP;
 
