Properly skip known broken tests
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_engine_fixenv-lighttpd.t
index da33f3a..ea54e88 100644 (file)
@@ -5,10 +5,7 @@ use warnings;
 
 use Test::More;
 
-ok 0, 'Known broken currently';
-done_testing;
-
-__END__
+plan skip_all => 'Known broken currently';
 
 eval "use FCGI";
 plan skip_all => 'FCGI required' if $@;