X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_index_or_default.t;h=e9841526e51ca0348c447b2647745ec31afb7a61;hp=e10d6d22ebaf02bcd25f135aed5cdb10fdbfd62c;hb=10542b5178b2fa036e0658111523ea68a7a04437;hpb=5299fff8fe52a4f4c10698b258984e41a2f6964f diff --git a/t/aggregate/live_component_controller_action_index_or_default.t b/t/aggregate/live_component_controller_action_index_or_default.t index e10d6d2..e984152 100644 --- a/t/aggregate/live_component_controller_action_index_or_default.t +++ b/t/aggregate/live_component_controller_action_index_or_default.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -10,10 +8,13 @@ our $iters; BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } -use Test::More tests => 6*$iters; - +use Test::More; use Catalyst::Test 'TestAppIndexDefault'; +plan 'skip_all' if ( $ENV{CATALYST_SERVER} ); + +plan tests => 6*$iters; + if ( $ENV{CAT_BENCHMARK} ) { require Benchmark; Benchmark::timethis( $iters, \&run_tests );