Skip to content

Commit

Permalink
t/Plack-Middleware/wrapcgi.t also hangs on Windows, so disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Jun 14, 2013
1 parent 8085f5f commit 77d7391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/Plack-Middleware/wrapcgi.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use strict;
use Test::More;
plan skip_all => "Hangs on Windows" if $^O eq 'MSWin32';
use Test::Requires { 'CGI::Emulate::PSGI' => 0.06, 'CGI::Compile' => 0.03 };
use Plack::Test;
use HTTP::Request::Common;
Expand Down

0 comments on commit 77d7391

Please sign in to comment.