Skip to content

Commit

Permalink
Added REAL_SERVERS check to t/proxy-with-https.t
Browse files Browse the repository at this point in the history
The test requires an internet connection because it uses an image Google
happens to host over https for its test case.

This patch came from Gregor Herrmann from the Debian Perl Group.
  • Loading branch information
kaoru committed Nov 3, 2013
1 parent 1eb925b commit 50258ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/proxy-with-https.t
Expand Up @@ -3,6 +3,10 @@ use warnings;
use URI::Escape;

use Test::More;

plan skip_all => "enable these tests by setting REAL_SERVERS"
unless $ENV{REAL_SERVERS};

use HTTP::Request;

require 't/TestServer.pm';
Expand Down

0 comments on commit 50258ac

Please sign in to comment.