X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_path_matchsingle.t;h=7957012d20eba4e56f92b3dc9de6c935d6cb6636;hb=480d94b5f34577816d44fe05389ca5a085179363;hp=34ad4048a6e2fbb31eda2a25b3359fb840412f15;hpb=cdf573a6d9c22e23e322b3a4e8ed1dbd189c3304;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_path_matchsingle.t b/t/aggregate/live_component_controller_action_path_matchsingle.t index 34ad404..7957012 100644 --- a/t/aggregate/live_component_controller_action_path_matchsingle.t +++ b/t/aggregate/live_component_controller_action_path_matchsingle.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -10,9 +8,13 @@ our $iters; BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } -use Test::More tests => 3*$iters; +use Test::More; use Catalyst::Test 'TestAppMatchSingleArg'; +plan 'skip_all' if ( $ENV{CATALYST_SERVER} ); + +plan tests => 3*$iters; + if ( $ENV{CAT_BENCHMARK} ) { require Benchmark; Benchmark::timethis( $iters, \&run_tests );