Skip to content

Commit

Permalink
Skip shotgun test on win32. Fix #320
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed May 8, 2013
1 parent f46e1d4 commit dfb4a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Plack-Loader/shotgun.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use Test::More;
use Plack::Test::Suite;
use Plack::Loader::Shotgun;

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

Plack::Test::Suite->run_server_tests(
sub {
my($port, $app) = @_;
Expand Down

0 comments on commit dfb4a01

Please sign in to comment.