Blob Blame History Raw
From 2e930405d97b2f8518e18bbd933a41cb9bfd4603 Mon Sep 17 00:00:00 2001
From: Mathieu Bridon <bochecha@fedoraproject.org>
Date: Wed, 24 Oct 2012 17:52:01 +0800
Subject: [PATCH] Drop failing namelookup unit test

This unit tests needs a network connection, to resolve the
domain name.

That can't work on the Fedora builders as they don't have any
network connection available.
---
 t/2_namelookup.t |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/t/2_namelookup.t b/t/2_namelookup.t
index 28532a3..328073b 100644
--- a/t/2_namelookup.t
+++ b/t/2_namelookup.t
@@ -5,7 +5,7 @@ use Test;
 
 $^W = 1;
 
-BEGIN { plan tests => 11 }
+BEGIN { plan tests => 10 }
 
 use Geo::IP;
 
@@ -29,4 +29,3 @@ __DATA__
 194.244.83.2	IT
 203.15.106.23	AU
 196.31.1.1	ZA
-yahoo.com	US
-- 
1.7.7.6