Description: skip tests which need network access
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-29

--- a/t/constraints/email.t
+++ b/t/constraints/email.t
@@ -36,6 +36,9 @@
 
 }
 
+SKIP: {
+    skip "Unset NO_NETWORK to run this test.", 3 if $ENV{NO_NETWORK};
+
 {
 
 my $form = HTML::FormFu->new;
@@ -87,6 +90,8 @@
 
 }
 
+} # end SKIP
+
 {
 
 my $form = HTML::FormFu->new;
