Skip to content

Commit

Permalink
skip cgibin test for win32 #375
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 13, 2013
1 parent c5845e2 commit 210a4c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Plack-Middleware/cgibin.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use strict;
use Test::More;
plan skip_all => "release test only" unless $ENV{RELEASE_TESTING};

use Test::Requires { 'CGI::Emulate::PSGI' => 0.10, 'CGI::Compile' => 0.03 };
use Plack::Test;
use HTTP::Request::Common;
Expand Down

0 comments on commit 210a4c0

Please sign in to comment.