Description: skip tests that need internet access, if NO_NETWORK is set
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-10-02

--- a/t/geocode.t
+++ b/t/geocode.t
@@ -16,6 +16,8 @@
 
 SKIP: {
 
+last SKIP if $ENV{NO_NETWORK};
+
 { # list context
     ## There are eight hits in Berlin. Google uses to know seven of them.
     ## But beginning from approx. 2010-05, only one location is returned.
