File: skip-internet-test

package info (click to toggle)
libio-socket-ip-perl 0.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 1,511; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Subject: Skip internet test
Origin: vendor
Forwarded: not-needed
From: Dominique Dumont <dod@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2024-12-08

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
@@ -4,6 +4,7 @@
 use warnings;
 
 use Test2::V0;
+skip_all('cannot connect to internet with Debian build systems');
 
 use IO::Socket::IP;