--- HTTP-Proxy/t/23connect.t 2006-01-24 10:11:59.000000000 -0800
+++ /tmp/23connect.t 2006-01-23 17:04:27.000000000 -0800
@@ -15,6 +15,9 @@
SKIP:
{
+ skip "This is not a reliable test since the server is not always up. Skipping.", 4;
+
+
# check if we can actually connect
my $sock = IO::Socket::INET->new( PeerAddr => $host )
or skip "Direct connection to $host impossible", 4;