Skip to content

Commit

Permalink
Merge 95164b4 into ec37e25
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Jun 14, 2013
2 parents ec37e25 + 95164b4 commit a91ca0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/Plack-Loader/shotgun.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ use strict;
use warnings;
use Test::More;
use Plack::Test::Suite;
use Plack::Loader::Shotgun;

plan skip_all => "Skip on Win32" if $^O eq 'MSWin32';

require Plack::Loader::Shotgun;

Plack::Test::Suite->run_server_tests(
sub {
my($port, $app) = @_;
Expand Down
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 a91ca0d

Please sign in to comment.