Disable network tests in dist test jobs

Net::Ping disables its network tests under PERL_CORE, but these tests
are testing the dists under dist/ on other versions of Perl, not as
part of core.
This commit is contained in:
Dagfinn Ilmari Mannsåker 2023-07-21 14:06:34 +01:00
parent 719729c242
commit 7ef9fd39e4

View File

@ -805,6 +805,7 @@ jobs:
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
RELEASE_TESTING: 1
NO_NETWORK_TESTING: 1
strategy:
fail-fast: false
@ -839,6 +840,7 @@ jobs:
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
RELEASE_TESTING: 1
NO_NETWORK_TESTING: 1
strategy:
fail-fast: false