Properly skip known broken tests
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_engine_fixenv-iis6.t
index 917a994..776199d 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 $@;