From: Tomas Doran Date: Sun, 7 Dec 2008 18:31:58 +0000 (+0000) Subject: Fix SKIP block in optional test X-Git-Tag: 5.8000_05~106 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=191cf700489a3ee8facc35c71045cbe175519dc6 Fix SKIP block in optional test --- diff --git a/t/optional_http-server-restart.t b/t/optional_http-server-restart.t index cb18ce8..1e163ba 100644 --- a/t/optional_http-server-restart.t +++ b/t/optional_http-server-restart.t @@ -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;