Skip to content

Commit 6777b50

Browse files
committed
stop testing Minion setup
Our tests for minion don't really check much, and add a dependency on Postgres. Eventually these tests can return in ingest once it is ready.
1 parent eaf8f3d commit 6777b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/api/queue.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use strict;
22
use warnings;
33
use lib 't/lib';
44

5+
use Test::More skip_all => 'disabling Minion tests to avoid needing postgres';
56
use MetaCPAN::DarkPAN ();
67
use Path::Tiny qw( path );
78
use Test::Mojo;
8-
use Test::More;
99

1010
my $t = Test::Mojo->new('MetaCPAN::API');
1111
my $app = $t->app;

0 commit comments

Comments
 (0)