warning: do not mix Ash + svk (reverted previous commit due)
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_local.t
index 5177163..13f1200 100644 (file)
@@ -109,7 +109,12 @@ sub run_tests {
         );
     }
 
-    {
+    SKIP:
+    { 
+        if ( $ENV{CATALYST_SERVER} ) {
+            skip "tests for %2F on remote server", 6;
+        }
+        
         ok(
             my $response =
               request('http://localhost/action/local/one/foo%2Fbar'),