mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
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:
parent
719729c242
commit
7ef9fd39e4
2
.github/workflows/testsuite.yml
vendored
2
.github/workflows/testsuite.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user