Back out 13528, cocked that up.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_env.t
index 30066a4..a7de8d7 100644 (file)
@@ -17,15 +17,13 @@ BEGIN {
          = "Test env value " . rand(100000);
 }
 
-use Test::More;
+use Test::More tests => 7;
 use Catalyst::Test 'TestApp';
 
 use Catalyst::Request;
 use HTTP::Headers;
 use HTTP::Request::Common;
 
-plan skip_all => 'Does not work in live tests' if ( $ENV{CATALYST_SERVER} );
-
 {
     my $env;
 
@@ -47,5 +45,3 @@ plan skip_all => 'Does not work in live tests' if ( $ENV{CATALYST_SERVER} );
     }
 }
 
-done_testing;
-