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 eaf8f3d commit 6777b50Copy full SHA for 6777b50
t/api/queue.t
@@ -2,10 +2,10 @@ use strict;
2
use warnings;
3
use lib 't/lib';
4
5
+use Test::More skip_all => 'disabling Minion tests to avoid needing postgres';
6
use MetaCPAN::DarkPAN ();
7
use Path::Tiny qw( path );
8
use Test::Mojo;
-use Test::More;
9
10
my $t = Test::Mojo->new('MetaCPAN::API');
11
my $app = $t->app;
0 commit comments