Merge #1905: perl: disable tests that involve networking
I rebased the branch not to include newer changes from master.
This commit is contained in:
parent
de11c288c1
commit
1046b4ccab
@ -70,6 +70,8 @@ stdenv.mkDerivation rec {
|
|||||||
testsToSkip = ''
|
testsToSkip = ''
|
||||||
lib/Net/hostent.t \
|
lib/Net/hostent.t \
|
||||||
dist/IO/t/{io_multihomed.t,io_sock.t} \
|
dist/IO/t/{io_multihomed.t,io_sock.t} \
|
||||||
|
dist/Net-Ping/t/*.t \
|
||||||
|
cpan/autodie/t/truncate.t \
|
||||||
t/porting/{maintainers.t,regen.t} \
|
t/porting/{maintainers.t,regen.t} \
|
||||||
cpan/Socket/t/get{name,addr}info.t \
|
cpan/Socket/t/get{name,addr}info.t \
|
||||||
'' + optionalString stdenv.isFreeBSD ''
|
'' + optionalString stdenv.isFreeBSD ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user