Skip Engine::CGI-specific tests until we find a better place for them.
Florian Ragwitz [Sun, 10 Jan 2010 23:22:18 +0000 (23:22 +0000)]
t/aggregate/unit_core_engine_cgi-prepare_path.t

index f8b08ef..3711d7e 100644 (file)
@@ -1,6 +1,11 @@
 use strict;
 use warnings;
 use Test::More;
+
+BEGIN {
+    plan skip_all => 'these tests should probably be moved to plack, or at least ported away from Engine::CGI';
+}
+
 use FindBin qw/$Bin/;
 use lib "$Bin/../lib";
 use TestApp;