From: Dave Rolsky Date: Tue, 24 Apr 2012 22:52:53 +0000 (-0500) Subject: Skip some modules with test brain damage X-Git-Tag: 2.0502~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbbe07142fb297f06614b1ff7625e262b8c8d4cd;p=gitmo%2FMoose.git Skip some modules with test brain damage --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 19b0709..d39735c 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -65,8 +65,10 @@ my %skip = map { $_ => 1 } ( 'App-USBKeyCopyCon', # gtk tests are graphical 'Bot-Backbone', # poe-loop-ev prompts 'Cache-Ehcache', # hangs if server exists on port 8080 + 'CatalystX-Imports', # assumes it can write to /tmp/testapp 'CatalystX-Restarter-GTK', # gtk tests are graphical 'CM-Permutation', # OpenGL uses graphics in Makefile.PL + 'CPAN-Source', # assumes it can write to /tmp/.cache 'Dackup', # depends on running ssh 'Data-Collector', # depends on running ssh 'Date-Biorhythm', # Date::Business prompts in Makefile.PL