Fix SKIP block in optional test
[catagits/Catalyst-Runtime.git] / t / optional_http-server-restart.t
index cb18ce8..1e163ba 100644 (file)
@@ -204,7 +204,7 @@ for ( 1 .. 20 ) {
         sleep 0.1;
         if ( $count++ > 100 ) {
             fail "Server restarted";
-            SKIP_NO_RESTART_2: {
+            SKIP: {
                 skip "Server didn't restart, no sense in checking response", 1;
             }
             next MULTI_DIR_RESTART;