File: Disable-Broken-Live-Test

package info (click to toggle)
libcatalyst-modules-perl 44
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,160 kB
  • sloc: perl: 186; sh: 72; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/t/live_app.t
+++ b/t/live_app.t
@@ -9,6 +9,7 @@
 use Test::More;
 
 BEGIN {
+    plan 'skip_all' => "Workaround Debian#665222 / RT#76179";
     eval { require Test::WWW::Mechanize::Catalyst };
     plan skip_all =>
       "This test requires Test::WWW::Mechanize::Catalyst in order to run"