X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_index_or_default.t;h=ea5d2c35972bb2eeb4b9527b0d628a00a07695b6;hb=a3a688635aedaf0be88709d91b447ddfc84f8b46;hp=e10d6d22ebaf02bcd25f135aed5cdb10fdbfd62c;hpb=5299fff8fe52a4f4c10698b258984e41a2f6964f;p=catagits%2FCatalyst-Runtime.git 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..ea5d2c3 100644 --- a/t/aggregate/live_component_controller_action_index_or_default.t +++ b/t/aggregate/live_component_controller_action_index_or_default.t @@ -10,10 +10,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 );