We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9eccf commit df39d20Copy full SHA for df39d20
t/model/search.t
@@ -6,6 +6,8 @@ use MetaCPAN::TestServer ();
6
use Test::More;
7
use Test::Deep;
8
9
+plan skip_all => "Travis ES bad" if $ENV{TRAVIS};
10
+
11
# Just use this to get an es object.
12
my $server = MetaCPAN::TestServer->new;
13
my $search = MetaCPAN::Model::Search->new(
0 commit comments