Skip to content

Commit fb9a198

Browse files
committed
re-enable search tests on Travis
1 parent 3c41dcf commit fb9a198

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

t/api/controller/search/first.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ use Test::More;
44
use Test::Mojo;
55
use Mojo::JSON qw(true false);
66

7-
plan skip_all =>
8-
"Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
9-
if $ENV{TRAVIS};
10-
117
my $t = Test::Mojo->new('MetaCPAN::API');
128

139
$t->get_ok( '/v1/search/first', form => { q => 'Versions::PkgVar' } )

t/api/controller/search/web.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ use Mojo::JSON qw(true false);
77
# Note: we need a release marked as status => latest
88
# so we're using Versions::PkgVar for now
99
# perhaps it should be smarter later and find one to try?
10-
#
11-
plan skip_all =>
12-
"Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
13-
if $ENV{TRAVIS};
1410

1511
my $t = Test::Mojo->new('MetaCPAN::API');
1612

t/model/search.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ use Test::More;
88
use Test::Deep qw(cmp_deeply ignore);
99
use Cpanel::JSON::XS ();
1010

11-
plan skip_all =>
12-
"Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
13-
if $ENV{TRAVIS};
14-
1511
# Just use this to get an es object.
1612
my $server = MetaCPAN::TestServer->new;
1713
my $search = MetaCPAN::Model::Search->new(

0 commit comments

Comments
 (0)