File: test_net.patch

package info (click to toggle)
libemail-valid-perl 1.204-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 336 kB
  • sloc: perl: 3,157; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: skip network tests
Origin: vendor
Bug-Debian: https://bugs.debian.org/336188
 https://bugs.debian.org/363999
Forwarded: not-needed
Author: Ron Lee <ron@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2024-01-27

--- a/t/valid.t
+++ b/t/valid.t
@@ -128,6 +128,7 @@
 );
 
 SKIP: {
+  skip "No online tests during Debian build.", 4;
   skip "your dns appears missing or failing to resolve", 4
     unless eval { $v->address(-address=> 'devnull@pobox.com', -mxcheck => 1) };