We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e813c commit c6bb15cCopy full SHA for c6bb15c
1 file changed
t/60-fork.t
@@ -7,6 +7,8 @@ use Test::More;
7
use DodTestUtil;
8
9
BEGIN {
10
+ plan skip_all => 'Not for Win32' if $^O eq 'MSWin32';
11
+
12
my @requires = qw(
13
Parallel::ForkManager
14
Test::SharedFork
0 commit comments