File: skip-internet-test

package info (click to toggle)
libio-socket-ip-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: perl: 1,484; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;