Disable 11redtube.t.
[clive.git] / t / 11redtube.t
blob5f6342d90816b1a06d47b6138e86a159a66519f7
1 #!/usr/bin/env perl -I./t/lib
3 use warnings;
4 use strict;
6 use Test::More;
7 plan skip_all => "Broken. See http://code.google.com/p/clive/issues/detail?id=41";
8 if ( $ENV{NO_INTERNET} ) {
9 plan skip_all => "No internet during package build";
11 else {
12 if (!$ENV{ADULT_OK}) {
13 plan skip_all => "Do not test adult websites";
15 plan tests => 1;
17 use Test::clive;
19 Test::clive::host(qq|http://www.redtube.com/3644|);