From: Dave Rolsky Date: Fri, 20 Apr 2012 14:08:55 +0000 (-0500) Subject: Skip DBIx-PgLink, it prompts for a password X-Git-Tag: 2.0502~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=9ca54fae6ff32ab2cc2b341c7698b5c5570dfc98 Skip DBIx-PgLink, it prompts for a password --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 0c7552f..f04078f 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -69,6 +69,7 @@ my %skip = map { $_ => 1 } ( 'Dackup', # depends on running ssh 'Data-Collector', # depends on running ssh 'Date-Biorhythm', # Date::Business prompts in Makefile.PL + 'DBIx-PgLink', # prompts for a postgres password 'Forest-Tree-Viewer-Gtk2', # gtk tests are graphical 'Games-Pandemic', # tk tests are graphical 'Games-RailRoad', # tk tests are graphical